cocos-engine-external/win64/include/SDL2/SDL_revision.h

9 lines
200 B
C

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