mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 03:27:55 +00:00
fixed the thread locking
This commit is contained in:
@@ -432,9 +432,11 @@ extern "C" {
|
||||
#if WINDOWS
|
||||
#include "mingw.thread.h"
|
||||
#include "mingw.mutex.h"
|
||||
#include "mingw.condition_variable.h"
|
||||
#else
|
||||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <condition_variable>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user