mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +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
|
||||
|
||||
#if CAP_THREAD
|
||||
#if WINDOWS
|
||||
#if OLD_MINGW
|
||||
#include "mingw.thread.h"
|
||||
#include "mingw.mutex.h"
|
||||
#include "mingw.condition_variable.h"
|
||||
|
Loading…
Reference in New Issue
Block a user