fix usage of CYGEBUG conditional

This commit is contained in:
Alexander Gottwald 2004-05-19 20:55:28 +00:00
parent 5435bdb071
commit c3dd97f5ca

View file

@ -35,7 +35,7 @@
#include "dixevents.h"
#include "winmultiwindowclass.h"
#include "winprefs.h"
#ifdef CYGDEBUG
#if CYGDEBUG
#include "winmessages.h"
#endif
@ -948,7 +948,7 @@ winTopLevelWindowProc (HWND hwnd, UINT message,
WINDOWPOS *windowpos = (WINDOWPOS *)lParam;
HWND hwndprev = GetNextWindow(hwnd, GW_HWNDPREV);
HWND hwndafter = windowpos->hwndInsertAfter;
#ifdef CYGDEBUG
#if CYGDEBUG
char buffer[1024];
char buffer2[1024];
GetWindowText(hwndafter, buffer, sizeof(buffer));