mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Use mingw-std-threads in MinGW builds
This commit is contained in:
@@ -204,6 +204,10 @@ class EditorScriptCodeCompletionCache;
|
||||
class FindInFilesDialog;
|
||||
class FindInFilesPanel;
|
||||
|
||||
#ifdef MINGW_ENABLED
|
||||
#undef FILE_OPEN
|
||||
#endif
|
||||
|
||||
class ScriptEditor : public PanelContainer {
|
||||
GDCLASS(ScriptEditor, PanelContainer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user