diff --git a/src/video/windows/SDL_windowsevents.c b/src/video/windows/SDL_windowsevents.c index 3af824577..748de6912 100644 --- a/src/video/windows/SDL_windowsevents.c +++ b/src/video/windows/SDL_windowsevents.c @@ -43,7 +43,9 @@ #include #endif /* HAVE_TPCSHRD_H */ -/* #define WMMSG_DEBUG */ +#if 0 +#define WMMSG_DEBUG +#endif #ifdef WMMSG_DEBUG #include #include "wmmsg.h"