From 82b9d2e6b60618b9e6be4934ea32236b299e51fb Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 28 May 2025 22:47:14 +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 a72d86a..85d6fca 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -1285,6 +1285,7 @@
#define SDL_PutAudioStreamPlanarData IGNORE_THIS_VERSION_OF_SDL_PutAudioStreamPlanarData
#define SDL_SetAudioIterationCallbacks IGNORE_THIS_VERSION_OF_SDL_SetAudioIterationCallbacks
#define SDL_GetEventDescription IGNORE_THIS_VERSION_OF_SDL_GetEventDescription
+#define SDL_PutAudioStreamDataNoCopy IGNORE_THIS_VERSION_OF_SDL_PutAudioStreamDataNoCopy
#define SDL_FUNCTION_POINTER_IS_VOID_POINTER 1
@@ -6319,6 +6320,10 @@
#undef SDL_GetEventDescription
#endif
+#ifdef SDL_PutAudioStreamDataNoCopy
+#undef SDL_PutAudioStreamDataNoCopy
+#endif
+
#undef SDL_ThreadID /* see at top. */
/* dump the macro CreateThread versions, too. */