mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
8 lines
228 B
C
8 lines
228 B
C
/* #undef SDL_VENDOR_INFO */
|
|
#define SDL_REVISION_NUMBER 0
|
|
|
|
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40 (" SDL_VENDOR_INFO ")"
|
|
#else
|
|
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40"
|
|
#endif
|