mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Fixed mingw64 Windows build
This commit is contained in:
parent
60dce94583
commit
8653a5821b
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue