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

From 828c051b26ebf9fbb54f0bd6304d99b6e32f0474 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 9 Jun 2026 06:34:14 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3

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

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 1d01d844..ac8eb698 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1322,6 +1322,12 @@
 #define SDL_LoadJPG_IO IGNORE_THIS_VERSION_OF_SDL_LoadJPG_IO
 #define SDL_LoadJPG IGNORE_THIS_VERSION_OF_SDL_LoadJPG
 #define SDL_HasSVE2 IGNORE_THIS_VERSION_OF_SDL_HasSVE2
+#define SDL_GamepadHasCapSense IGNORE_THIS_VERSION_OF_SDL_GamepadHasCapSense
+#define SDL_GetGamepadCapSense IGNORE_THIS_VERSION_OF_SDL_GetGamepadCapSense
+#define SDL_aligned_alloc_zero IGNORE_THIS_VERSION_OF_SDL_aligned_alloc_zero
+#define SDL_wcstoul IGNORE_THIS_VERSION_OF_SDL_wcstoul
+#define SDL_wcstoll IGNORE_THIS_VERSION_OF_SDL_wcstoll
+#define SDL_wcstoull IGNORE_THIS_VERSION_OF_SDL_wcstoull
 
 
 #define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6504,6 +6510,30 @@
 #undef SDL_HasSVE2
 #endif
 
+#ifdef SDL_GamepadHasCapSense
+#undef SDL_GamepadHasCapSense
+#endif
+
+#ifdef SDL_GetGamepadCapSense
+#undef SDL_GetGamepadCapSense
+#endif
+
+#ifdef SDL_aligned_alloc_zero
+#undef SDL_aligned_alloc_zero
+#endif
+
+#ifdef SDL_wcstoul
+#undef SDL_wcstoul
+#endif
+
+#ifdef SDL_wcstoll
+#undef SDL_wcstoll
+#endif
+
+#ifdef SDL_wcstoull
+#undef SDL_wcstoull
+#endif
+
 
 /* see at top.
  */