diff --git a/src/node.h b/src/node.h index 4787783b6838cd..28b40aa0721b3a 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