zdoom-macos-deps/deps/sdl2/include/SDL2/SDL_revision.h
2024-11-02 10:14:38 +02:00

8 lines
186 B
C

/* #undef SDL_VENDOR_INFO */
#define SDL_REVISION_NUMBER 0
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-2.30.9 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-2.30.9"
#endif