fix nameclash with MSVC

This commit is contained in:
karroffel 2018-07-18 15:28:49 +02:00
parent d1550b4a9b
commit 43ae1c712f
1 changed files with 1 additions and 0 deletions

View File

@ -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"