missed another wBOOL issue

This commit is contained in:
Alexander Gottwald 2004-12-05 21:33:23 +00:00
parent 9bd1328c49
commit 531776becf
2 changed files with 2 additions and 2 deletions

View File

@ -1396,7 +1396,7 @@ void
winMWExtWMUpdateWindowDecoration (win32RootlessWindowPtr pRLWinPriv,
winScreenInfoPtr pScreenInfo);
BOOL CALLBACK
wBOOL CALLBACK
winMWExtWMDecorateWindow (HWND hwnd, LPARAM lParam);
Bool

View File

@ -188,7 +188,7 @@ winMWExtWMUpdateIcon (Window id)
* winMWExtWMDecorateWindow - Update window style. Called by EnumWindows.
*/
BOOL CALLBACK
wBOOL CALLBACK
winMWExtWMDecorateWindow (HWND hwnd, LPARAM lParam)
{
win32RootlessWindowPtr pRLWinPriv = NULL;