mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 15:21:43 +00:00
Fixed mingw64 Windows build
This commit is contained in:
@@ -24,8 +24,8 @@
|
||||
#ifndef SDL_sysasyncio_h_
|
||||
#define SDL_sysasyncio_h_
|
||||
|
||||
#if defined(SDL_PLATFORM_WINDOWS)
|
||||
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && defined(NTDDI_WIN10_NI) && NTDDI_VERSION >= NTDDI_WIN10_NI
|
||||
#if defined(SDL_PLATFORM_WINDOWS) && defined(NTDDI_WIN10_NI)
|
||||
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) && NTDDI_VERSION >= NTDDI_WIN10_NI
|
||||
#define HAVE_IORINGAPI_H
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user