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:
parent
6389614712
commit
5f19b8cb40
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user