dlopennot: ngage's g++ compiler does not support variadic macros

This commit is contained in:
Anonymous Maarten
2025-08-27 18:53:35 +02:00
parent a904af1b43
commit c50e4b22ab

View File

@@ -91,8 +91,16 @@
#else
#if defined (__GNUC__) && __GNUC__ < 3
#define SDL_ELF_NOTE_DLOPEN
#else
#define SDL_ELF_NOTE_DLOPEN(...)
#endif
#endif
#endif