mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-04 04:22:41 +00:00
dlopennot: ngage's g++ compiler does not support variadic macros
This commit is contained in:
@@ -91,8 +91,16 @@
|
||||
|
||||
#else
|
||||
|
||||
#if defined (__GNUC__) && __GNUC__ < 3
|
||||
|
||||
#define SDL_ELF_NOTE_DLOPEN
|
||||
|
||||
#else
|
||||
|
||||
#define SDL_ELF_NOTE_DLOPEN(...)
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user