mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-15 01:08:26 +00:00
5 lines
97 B
C
5 lines
97 B
C
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION SDL_VENDOR_INFO
|
|
#else
|
|
#define SDL_REVISION ""
|
|
#endif
|