mirror of https://github.com/libsdl-org/SDL.git
Fixed mingw64 Windows build
This commit is contained in:
parent
60dce94583
commit
8653a5821b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue