1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 11:19:59 +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
#if CAP_THREAD
#if WINDOWS
#if OLD_MINGW
#include "mingw.thread.h"
#include "mingw.mutex.h"
#include "mingw.condition_variable.h"