revert commit ac25395 as it broke linux..

This commit is contained in:
Ozkan Sezer
2024-06-14 14:56:32 +03:00
parent ac253956b9
commit 9422c57201

View File

@@ -34,6 +34,13 @@
#include "../video/SDL_sysvideo.h"
#include "SDL_syswm.h"
#undef SDL_PRIs64
#if (defined(__WIN32__) || defined(__GDK__)) && !defined(__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