mirror of
				https://github.com/zenorogue/hyperrogue.git
				synced 2025-10-30 21:42:59 +00:00 
			
		
		
		
	threads in MinGW
This commit is contained in:
		| @@ -426,9 +426,14 @@ extern "C" { | ||||
| #include <new> | ||||
|  | ||||
| #if CAP_THREAD | ||||
| #if WINDOWS | ||||
| #include "mingw.thread.h" | ||||
| #include "mingw.mutex.h" | ||||
| #else | ||||
| #include <thread> | ||||
| #include <mutex> | ||||
| #endif | ||||
| #endif | ||||
|  | ||||
| #ifdef USE_UNORDERED_MAP | ||||
| #include <unordered_map> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Zeno Rogue
					Zeno Rogue