mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
6 lines
127 B
C
6 lines
127 B
C
#ifdef SDL_VENDOR_INFO
|
|
#define SDL_REVISION SDL_VENDOR_INFO
|
|
#else
|
|
#define SDL_REVISION ""
|
|
#endif
|
|
#define SDL_REVISION_NUMBER 0
|