Restored Windows related defines, which might be needed even now, with fewer Windows headers included
This commit is contained in:
parent
66a4adec66
commit
f58993d041
@ -19,6 +19,13 @@
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
#ifndef WIN32_LEAN_AND_MEAN
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
|
||||
#ifdef UUID_SYSTEM_GENERATOR
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user