Sfoglia il codice sorgente

Make it easier to turn on Windows message logging

Sam Lantinga 1 anno fa
parent
commit
7258b36e30
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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"