From 7258b36e305356f2c9abf5f783208d7cc5e1cfcd Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 29 Jun 2024 12:58:25 -0700 Subject: [PATCH] Make it easier to turn on Windows message logging --- src/video/windows/SDL_windowsevents.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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"