We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33bb457 commit a13d7e8Copy full SHA for a13d7e8
include/SDL_config_windows.h
@@ -93,8 +93,10 @@ typedef unsigned int uintptr_t;
93
#define HAVE_DXGI_H 1
94
#define HAVE_XINPUT_H 1
95
#if defined(_WIN32_MAXVER) && _WIN32_MAXVER >= 0x0A00 /* Windows 10 SDK */
96
+#if !defined(__MINGW32__) /* Header removed from Zig 0.14.0-dev in https://github.com/ziglang/zig/pull/22156 */
97
#define HAVE_WINDOWS_GAMING_INPUT_H 1
98
#endif
99
+#endif
100
#if defined(_WIN32_MAXVER) && _WIN32_MAXVER >= 0x0602 /* Windows 8 SDK */
101
#define HAVE_D3D11_H 1
102
#if !defined(_MSC_VER)
0 commit comments