diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/StormPort.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/StormPort.h b/src/StormPort.h index f00afd6..569bd2d 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -54,7 +54,9 @@ #include <stdio.h> // Suppress definitions of `min` and `max` macros by <windows.h>: + #ifndef NOMINMAX #define NOMINMAX 1 + #endif #include <windows.h> #include <wininet.h> |