1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-01-26 00:47:00 +00:00

mingw threads are used if OLD_MINGW is used, not for all WINDOWS

This commit is contained in:
Zeno Rogue 2020-03-08 11:57:51 +01:00
parent 6389614712
commit 5f19b8cb40

View File

@ -433,7 +433,7 @@ extern "C" {
#endif #endif
#if CAP_THREAD #if CAP_THREAD
#if WINDOWS #if OLD_MINGW
#include "mingw.thread.h" #include "mingw.thread.h"
#include "mingw.mutex.h" #include "mingw.mutex.h"
#include "mingw.condition_variable.h" #include "mingw.condition_variable.h"