mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-24 21:01:59 +00:00
8 lines
186 B
C
8 lines
186 B
C
/* #undef SDL_VENDOR_INFO */
|
|
#define SDL_REVISION_NUMBER 0
|
|
|
|
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION "SDL-2.30.8 (" SDL_VENDOR_INFO ")"
|
|
#else
|
|
#define SDL_REVISION "SDL-2.30.8"
|
|
#endif
|