sdl2-compat: updated sdl3_include_wrapper.h from latest SDL3 (ebf2e)

From ebf2e70eb048171c54926f3777c4f92c28bfce2b Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 27 Dec 2024 00:40:24 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3

---
 src/sdl3_include_wrapper.h | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index b08b90a..982e431 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1261,6 +1261,7 @@
 #define SDL_GetTrayEntryParent IGNORE_THIS_VERSION_OF_SDL_GetTrayEntryParent
 #define SDL_GetTrayMenuParentEntry IGNORE_THIS_VERSION_OF_SDL_GetTrayMenuParentEntry
 #define SDL_GetTrayMenuParentTray IGNORE_THIS_VERSION_OF_SDL_GetTrayMenuParentTray
+#define SDL_GetThreadState IGNORE_THIS_VERSION_OF_SDL_GetThreadState
 
 
 #define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6197,6 +6198,10 @@
 #undef SDL_GetTrayMenuParentTray
 #endif
 
+#ifdef SDL_GetThreadState
+#undef SDL_GetThreadState
+#endif
+
 #undef SDL_ThreadID /* see at top. */
 
 /* dump the macro CreateThread versions, too. */