Fluid: Updated Manta pp files

Includes additional minmax check for Windows
This commit is contained in:
Sebastián Barschkis 2020-03-16 11:52:07 +01:00
parent 7df435325b
commit 35a29befb3
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#define _VECTORBASE_H
// get rid of windos min/max defines
#if defined(WIN32) || defined(_WIN32)
#if (defined(WIN32) || defined(_WIN32)) && !defined(NOMINMAX)
# define NOMINMAX
#endif

View File

@ -1,3 +1,3 @@
#define MANTA_GIT_VERSION "commit 1d55979473c25318f39c4a6bf48a5ab77b3bf39b"
#define MANTA_GIT_VERSION "commit caae2ddea6ea895677aca88df00a130a67eeb6c7"