user32: GetTitleBarInfo: Handle hwnd and tbi when passing NULL (try 3)

Frédéric Delanoy frederic.delanoy at gmail.com
Mon Jun 29 01:24:27 CDT 2009


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



More information about the wine-devel mailing list