Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-04-02 20:20:01 +0300
committerAdam Langley <agl@google.com>2015-04-02 21:38:56 +0300
commit0e434b94706a4b1c812dcae966d9c72fb1958644 (patch)
tree55198bd3123dec4d30a38167e065a704b46eec06 /tool/digest.cc
parentc0f763b0805a82e4e884bc50ecab904abe5620e7 (diff)
Define NOMINMAX across the entire project.
This fixes the standalone build on Windows and matches Chromium. Change-Id: I194f53e0a610c5ae9cef53c826b22f7bded5f357 Reviewed-on: https://boringssl-review.googlesource.com/4201 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'tool/digest.cc')
-rw-r--r--tool/digest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/digest.cc b/tool/digest.cc
index f95f4120..4acf97c8 100644
--- a/tool/digest.cc
+++ b/tool/digest.cc
@@ -32,7 +32,6 @@
#define O_BINARY 0
#endif
#else
-#define NOMINMAX
#pragma warning(push, 3)
#include <windows.h>
#pragma warning(pop)