dlopennot: ngage's g++ compiler does not support variadic macros
This commit is contained in:
@@ -91,8 +91,16 @@
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
#if defined (__GNUC__) && __GNUC__ < 3
|
||||||
|
|
||||||
|
#define SDL_ELF_NOTE_DLOPEN
|
||||||
|
|
||||||
|
#else
|
||||||
|
|
||||||
#define SDL_ELF_NOTE_DLOPEN(...)
|
#define SDL_ELF_NOTE_DLOPEN(...)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user