Add -DNOMINMAX to Windows builds

This commit is contained in:
Bruno Martins
2019-06-13 16:45:54 -04:00
committed by GitHub
parent 9702b68d72
commit 1cac2ccd7e

View File

@ -32,3 +32,5 @@ endif
-include $(TOP)/../CONFIG_SITE.local
-include $(TOP)/configure/CONFIG_SITE.local
# MSVC - skip defining min()/max() macros
USR_CPPFLAGS_WIN32 += -DNOMINMAX