mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-18 17:28:13 +00:00
Fixed warnings when building with cygwin
Fixes https://github.com/libsdl-org/SDL/issues/5025
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
#include "SDL_syswm.h"
|
||||
|
||||
#undef SDL_PRIs64
|
||||
#ifdef __WIN32__
|
||||
#if defined(__WIN32__) && !defined(__CYGWIN__)
|
||||
#define SDL_PRIs64 "I64d"
|
||||
#else
|
||||
#define SDL_PRIs64 "lld"
|
||||
|
Reference in New Issue
Block a user