SDL_revision.h 97 B

12345
  1. #ifdef SDL_VENDOR_INFO
  2. #define SDL_REVISION SDL_VENDOR_INFO
  3. #else
  4. #define SDL_REVISION ""
  5. #endif