Win: [skip ci] check if NOMINMAX is already defined before setting it

This commit is contained in:
wmayer
2020-11-11 13:34:42 +01:00
parent 1b8f4747e6
commit b7f9e351c5
10 changed files with 20 additions and 0 deletions

View File

@@ -39,8 +39,10 @@
#ifdef FC_OS_WIN32
#define WIN32_LEAN_AND_MEAN
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#ifdef _PreComp_