You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Use mingw-std-threads in MinGW builds
This commit is contained in:
@@ -260,6 +260,10 @@ class VisualShaderEditor : public VBoxContainer {
|
||||
COLLAPSE_ALL
|
||||
};
|
||||
|
||||
#ifdef MINGW_ENABLED
|
||||
#undef DELETE
|
||||
#endif
|
||||
|
||||
enum NodeMenuOptions {
|
||||
ADD,
|
||||
SEPARATOR, // ignore
|
||||
|
||||
Reference in New Issue
Block a user