mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
dlopennot: ngage's g++ compiler does not support variadic macros
This commit is contained in:
parent
a904af1b43
commit
c50e4b22ab
1 changed files with 8 additions and 0 deletions
|
|
@ -91,8 +91,16 @@
|
|||
|
||||
#else
|
||||
|
||||
#if defined (__GNUC__) && __GNUC__ < 3
|
||||
|
||||
#define SDL_ELF_NOTE_DLOPEN
|
||||
|
||||
#else
|
||||
|
||||
#define SDL_ELF_NOTE_DLOPEN(...)
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue