diff --git a/Source/Threading/AuWakeOnAddress.hpp b/Source/Threading/AuWakeOnAddress.hpp index 8e93897b..bef60f83 100644 --- a/Source/Threading/AuWakeOnAddress.hpp +++ b/Source/Threading/AuWakeOnAddress.hpp @@ -10,8 +10,8 @@ #include "Primitives/AuWoASemaphore.hpp" #include "Primitives/AuConditionMutex.Generic.hpp" -#include "Primitives/AuSemaphore.Generic.hpp" #include "Primitives/AuConditionVariable.Generic.hpp" +#include "Primitives/AuSemaphore.Generic.hpp" namespace Aurora::Threading { diff --git a/Source/Threading/Primitives/AuWoASemaphore.hpp b/Source/Threading/Primitives/AuWoASemaphore.hpp index 9657ff72..9cb7cbf6 100644 --- a/Source/Threading/Primitives/AuWoASemaphore.hpp +++ b/Source/Threading/Primitives/AuWoASemaphore.hpp @@ -24,7 +24,7 @@ #elif defined(AURORA_IS_POSIX_DERIVED) // Probably not worth it? - #define WOA_SEMAPHORE_MODE + //#define WOA_SEMAPHORE_MODE #define WOA_SEMAPHORE_SEMAPHORE Aurora::Threading::Primitives::WoASemaphoreImpl #define WOA_CONDVAR_MUTEX Aurora::Threading::Primitives::WoAConditionMutex