mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Merge pull request #20243 from karroffel/object-windows-doof
fix nameclash with MSVC
This commit is contained in:
commit
b538254b18
@ -97,6 +97,7 @@ T *_nullptr() {
|
||||
#undef CLAMP // override standard definition
|
||||
#undef Error
|
||||
#undef OK
|
||||
#undef CONNECT_DEFERRED // override from Windows SDK, clashes with Object enum
|
||||
#endif
|
||||
|
||||
#include "int_types.h"
|
||||
|
Loading…
Reference in New Issue
Block a user