SDL_gpu_d3d12.c: fix cygwin -Wformat-warnings

This commit is contained in:
Ozkan Sezer
2026-05-16 14:55:50 +03:00
parent 774506c2b7
commit 3ba4b6b28e

View File

@@ -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