Prechádzať zdrojové kódy

Make it easier to turn on Windows message logging

Sam Lantinga 1 rok pred
rodič
commit
7258b36e30
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  1. 3 1
      src/video/windows/SDL_windowsevents.c

+ 3 - 1
src/video/windows/SDL_windowsevents.c

@@ -43,7 +43,9 @@
 #include <tpcshrd.h>
 #endif /* HAVE_TPCSHRD_H */
 
-/* #define WMMSG_DEBUG */
+#if 0
+#define WMMSG_DEBUG
+#endif
 #ifdef WMMSG_DEBUG
 #include <stdio.h>
 #include "wmmsg.h"