mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
6 lines
97 B
C
6 lines
97 B
C
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION SDL_VENDOR_INFO
|
|
#else
|
|
#define SDL_REVISION ""
|
|
#endif
|