Re: user32: GetTitleBarInfo: Handle hwnd and tbi when passing NULL (try 3)
June 29, 2009
6:24 a.m.
Kovács András wrote:
Hi,
This patch is for GetTitleBarInfo <...>
Andras Kovacs
Not so problematic, but you can simplify 'if (IsWindow(hwnd) == FALSE)' with 'if (! IsWindow(hwnd))' Frédéric
6114
Age (days ago)
6114
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frédéric Delanoy