diff options
author | Ladislav Zezula <zezula@volny.cz> | 2019-10-30 06:01:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 06:01:12 +0100 |
commit | 58c5f5dc829d73124bd5ed0506962ce47946c412 (patch) | |
tree | dd0449f0f81c79c01c677cd3382ae5bb3dbd3090 /src/StormPort.h | |
parent | c00454ead06f84e6736f3ab74c3af61da65ad0d1 (diff) | |
parent | a89706df030981817e98f737a22dad3053141a82 (diff) |
Merge pull request #163 from glebm/patch-1
Merged. Thank you for your contribution.
Diffstat (limited to 'src/StormPort.h')
-rw-r--r-- | src/StormPort.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/StormPort.h b/src/StormPort.h index c52e9ff..349dd20 100644 --- a/src/StormPort.h +++ b/src/StormPort.h @@ -48,7 +48,11 @@ #include <assert.h> #include <ctype.h> #include <stdio.h> + + // Suppress definitions of `min` and `max` macros by <windows.h>: + #define NOMINMAX 1 #include <windows.h> + #include <wininet.h> #define PLATFORM_LITTLE_ENDIAN |