diff --git a/src/node.h b/src/node.h index 4787783b68..28b40aa072 100644 --- a/src/node.h +++ b/src/node.h @@ -25,7 +25,9 @@ # define _WIN32_WINNT 0x0501 #endif -#define NOMINMAX +#ifndef NOMINMAX +# define NOMINMAX +#endif #endif