mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 17:35:34 +00:00
Fixed warnings when building with cygwin
Fixes https://github.com/libsdl-org/SDL/issues/5025
This commit is contained in:
parent
e8c3ff56e0
commit
cc152103ba
|
@ -35,7 +35,7 @@
|
||||||
#include "SDL_syswm.h"
|
#include "SDL_syswm.h"
|
||||||
|
|
||||||
#undef SDL_PRIs64
|
#undef SDL_PRIs64
|
||||||
#ifdef __WIN32__
|
#if defined(__WIN32__) && !defined(__CYGWIN__)
|
||||||
#define SDL_PRIs64 "I64d"
|
#define SDL_PRIs64 "I64d"
|
||||||
#else
|
#else
|
||||||
#define SDL_PRIs64 "lld"
|
#define SDL_PRIs64 "lld"
|
||||||
|
|
Loading…
Reference in a new issue