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

From d03512e13310625da8f26115db3f2f9fc801699d Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sat, 11 Oct 2025 04:29:56 +0300
Subject: [PATCH] updated sdl3_include_wrapper.h from latest SDL3

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

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index c46e1f9..78cf505 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1297,6 +1297,7 @@
 #define SDL_LoadPNG IGNORE_THIS_VERSION_OF_SDL_LoadPNG
 #define SDL_SavePNG_IO IGNORE_THIS_VERSION_OF_SDL_SavePNG_IO
 #define SDL_SavePNG IGNORE_THIS_VERSION_OF_SDL_SavePNG
+#define SDL_GetSystemPageSize IGNORE_THIS_VERSION_OF_SDL_GetSystemPageSize
 
 
 #define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6379,6 +6380,10 @@
 #undef SDL_SavePNG
 #endif
 
+#ifdef SDL_GetSystemPageSize
+#undef SDL_GetSystemPageSize
+#endif
+
 #undef SDL_ThreadID /* see at top. */
 #ifdef SDL_CreateThread
 #undef SDL_CreateThread
@@ -6470,3 +6475,4 @@
 #endif
 
 #endif /* INCL_SDL3_INCLUDE_WRAPPER_H */
+