Use mingw-std-threads in MinGW builds
This commit is contained in:
parent
ad72de5083
commit
fe4850c0d0
29 changed files with 2342 additions and 28 deletions
|
|
@ -72,6 +72,11 @@ void SceneDebugger::deinitialize() {
|
|||
}
|
||||
}
|
||||
|
||||
#ifdef MINGW_ENABLED
|
||||
#undef near
|
||||
#undef far
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_ENABLED
|
||||
Error SceneDebugger::parse_message(void *p_user, const String &p_msg, const Array &p_args, bool &r_captured) {
|
||||
SceneTree *scene_tree = SceneTree::get_singleton();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue