Restored Windows related defines, which might be needed even now, with fewer Windows headers included

This commit is contained in:
Riccardo Corsi 2022-01-14 15:10:07 +01:00
parent 66a4adec66
commit f58993d041

View File

@ -19,6 +19,13 @@
#ifdef _WIN32 #ifdef _WIN32
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#ifndef NOMINMAX
#define NOMINMAX
#endif
#ifdef UUID_SYSTEM_GENERATOR #ifdef UUID_SYSTEM_GENERATOR
#include <objbase.h> #include <objbase.h>
#endif #endif