Merge pull request #20243 from karroffel/object-windows-doof
fix nameclash with MSVC
This commit is contained in:
commit
b538254b18
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ T *_nullptr() {
|
||||||
#undef CLAMP // override standard definition
|
#undef CLAMP // override standard definition
|
||||||
#undef Error
|
#undef Error
|
||||||
#undef OK
|
#undef OK
|
||||||
|
#undef CONNECT_DEFERRED // override from Windows SDK, clashes with Object enum
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "int_types.h"
|
#include "int_types.h"
|
||||||
|
|
Loading…
Reference in a new issue