mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-24 22:09:54 +00:00
SDL_gpu_d3d12.c: fix cygwin -Wformat-warnings
This commit is contained in:
@@ -135,6 +135,8 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
#define HRESULT_FMT "(0x%08lX)"
|
||||
#elif defined(__CYGWIN__) && !defined(_LP64)
|
||||
#define HRESULT_FMT "(0x%08lX)"
|
||||
#else
|
||||
#define HRESULT_FMT "(0x%08X)"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user