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

From 991bed47d4d4cb0485a7c9f3d9d4f25281be5740 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Tue, 16 Jun 2026 11:40:10 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3

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

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index ac8eb698..944e90fe 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1328,6 +1328,10 @@
 #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_RequestNotificationPermission IGNORE_THIS_VERSION_OF_SDL_RequestNotificationPermission
+#define SDL_ShowNotificationWithProperties IGNORE_THIS_VERSION_OF_SDL_ShowNotificationWithProperties
+#define SDL_ShowNotification IGNORE_THIS_VERSION_OF_SDL_ShowNotification
+#define SDL_RemoveNotification IGNORE_THIS_VERSION_OF_SDL_RemoveNotification
 
 
 #define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6534,6 +6538,22 @@
 #undef SDL_wcstoull
 #endif
 
+#ifdef SDL_RequestNotificationPermission
+#undef SDL_RequestNotificationPermission
+#endif
+
+#ifdef SDL_ShowNotificationWithProperties
+#undef SDL_ShowNotificationWithProperties
+#endif
+
+#ifdef SDL_ShowNotification
+#undef SDL_ShowNotification
+#endif
+
+#ifdef SDL_RemoveNotification
+#undef SDL_RemoveNotification
+#endif
+
 
 /* see at top.
  */