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/transport_common.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/transport_common.cc')
-rw-r--r--tool/transport_common.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tool/transport_common.cc b/tool/transport_common.cc
index 9400fe61..8d6013b6 100644
--- a/tool/transport_common.cc
+++ b/tool/transport_common.cc
@@ -31,7 +31,6 @@
#include <sys/socket.h>
#include <unistd.h>
#else
-#define NOMINMAX
#include <io.h>
#pragma warning(push, 3)
#include <winsock2.h>