Merge pull request #57 from rickyviking/windows_defines

Restored Windows related defines
This commit is contained in:
Marius Bancila 2022-01-14 17:29:34 +02:00 committed by GitHub
commit 5c538cca02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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