fix nameclash with MSVC
This commit is contained in:
parent
d1550b4a9b
commit
43ae1c712f
|
@ -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 New Issue