You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Use mingw-std-threads in MinGW builds
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
#include "core/templates/vector.h"
|
||||
#include "core/variant/variant.h"
|
||||
|
||||
#ifdef MINGW_ENABLED
|
||||
#undef CONST
|
||||
#undef IN
|
||||
#undef VOID
|
||||
#endif
|
||||
|
||||
class GDScriptTokenizer {
|
||||
public:
|
||||
enum CursorPlace {
|
||||
|
||||
Reference in New Issue
Block a user