[*] Only override _WIN32_WINNT under AURORA_PLATFORM_WIN32
This commit is contained in:
parent
074d37c073
commit
225791cf7c
@ -5,7 +5,12 @@
|
||||
Date: 2023-2-16
|
||||
Author: Reece
|
||||
***/
|
||||
#include <AuroraEnvironment.h>
|
||||
|
||||
#if defined(AURORA_PLATFORM_WIN32)
|
||||
#define _WIN32_WINNT 0x0602
|
||||
#endif
|
||||
|
||||
#include <RuntimeInternal.hpp>
|
||||
#include "Source/Threading/Primitives/AuConditionMutex.NT.hpp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user