Browse Source

un-revert commit 65d911a:

SDL3 isn't using `long long` casts, so there are no issues there
SDL2 needs handling it right..
Ozkan Sezer 10 months ago
parent
commit
d6da494c1c
1 changed files with 0 additions and 7 deletions
  1. 0 7
      src/events/SDL_events.c

+ 0 - 7
src/events/SDL_events.c

@@ -35,13 +35,6 @@
 #endif
 #include "../video/SDL_sysvideo.h"
 
-#undef SDL_PRIs64
-#if (defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_GDK)) && !defined(SDL_PLATFORM_CYGWIN)
-#define SDL_PRIs64 "I64d"
-#else
-#define SDL_PRIs64 "lld"
-#endif
-
 /* An arbitrary limit so we don't have unbounded growth */
 #define SDL_MAX_QUEUED_EVENTS 65535