sdl2-compat: sdl3_include_wrapper.h: remove a stale comment.

From 481a6c6d579c2ebea0c8261b76f95c6ea8338d04 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 6 Aug 2023 14:11:56 +0300
Subject: [PATCH] sdl3_include_wrapper.h: remove a stale comment.

---
 src/sdl3_include_wrapper.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 0203e11..9f5be6d 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -928,7 +928,6 @@
 #include <SDL3/SDL_syswm.h>
 #include <SDL3/SDL_vulkan.h>
 
-/* Missing SDL_thread.h stuff (see above) */
 #ifdef _WIN32
 #ifndef WIN32_LEAN_AND_MEAN
 #define WIN32_LEAN_AND_MEAN 1
@@ -939,7 +938,7 @@
 #undef CreateThread
 #undef CreateSemaphore
 #undef CreateMutex
-#endif /* _WIN32 */
+#endif  /* _WIN32 */
 
 #ifdef SDL_AddEventWatch
 #undef SDL_AddEventWatch