MSVC: Fix warning C4005: 'NOMINMAX': macro redefinition

This commit is contained in:
wmayer
2024-07-05 15:06:57 +02:00
committed by wwmayer
parent dd71f4d5db
commit 561e521817
4 changed files with 11 additions and 4 deletions

View File

@@ -30,7 +30,9 @@
#endif
#ifdef FC_OS_WIN32
# define NOMINMAX
#ifndef NOMINMAX
#define NOMINMAX
#endif
#endif
#ifdef _PreComp_