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
|