From b94746f16bedfc4b6f405662a5c826facb8c7723 Mon Sep 17 00:00:00 2001 From: AliceLR Date: Sun, 3 Nov 2024 15:32:32 -0700 Subject: [PATCH] Do not define SDL_FUNCTION_POINTER_IS_VOID_POINTER --- src/SDLmzx.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/SDLmzx.h b/src/SDLmzx.h index ba671a39b..f8ac8b2b2 100644 --- a/src/SDLmzx.h +++ b/src/SDLmzx.h @@ -26,10 +26,6 @@ __M_BEGIN_DECLS #if defined(CONFIG_SDL) - -/* TODO: SDL3 hack so the dso code doesn't need to be overhauled (again). */ -#define SDL_FUNCTION_POINTER_IS_VOID_POINTER - #if CONFIG_SDL == 3 #include #include