Merge pull request #20243 from karroffel/object-windows-doof

fix nameclash with MSVC
This commit is contained in:
Rémi Verschelde 2018-07-18 19:31:44 +02:00 committed by GitHub
commit b538254b18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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