mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-25 23:59:04 +00:00
gcc < 3.1 doesn't support 'used' attribute at the least. Also change the SDL_ELF_NOTE_DLOPEN variadic macro for disabled case to be compatible with old gcc versions: tested with gcc-2.95. Old MSVC cases, e.g. VS 2003 and older, are still not resolved. Reference issue: https://github.com/libsdl-org/SDL/issues/14214.