mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-12-20 01:01:06 +00:00
8 lines
230 B
C
8 lines
230 B
C
/* #undef SDL_VENDOR_INFO */
|
|
#define SDL_REVISION_NUMBER 0
|
|
|
|
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION "SDL-release-2.30.10-0-g9c821dc21 (" SDL_VENDOR_INFO ")"
|
|
#else
|
|
#define SDL_REVISION "SDL-release-2.30.10-0-g9c821dc21"
|
|
#endif
|