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:
authorBrian Smith <brian@briansmith.org>2015-01-29 07:34:47 +0300
committerAdam Langley <agl@google.com>2015-01-29 21:48:57 +0300
commita87de9b39b5a9b1d6e9ed6d18167946397581df1 (patch)
tree8571d6241052d101307fbf3aa65d252e2675d421 /tool/transport_common.cc
parent4a0f0c4910e20705282166da10943d6eed5a0d66 (diff)
Define WIN32_LEAN_AND_MEAN in the build system, not in the code.
This avoids a conflict with the Chromium build system, which defines WIN32_LEAN_AND_MEAN with a different value. BUG=crbug.com/453196 Change-Id: Ia15ec7c20325c1961af4f32e5208266e5f846f35 Reviewed-on: https://boringssl-review.googlesource.com/3150 Reviewed-by: David Benjamin <davidben@chromium.org> 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 00b4a8b5..0f48703c 100644
--- a/tool/transport_common.cc
+++ b/tool/transport_common.cc
@@ -30,7 +30,6 @@
#include <sys/socket.h>
#include <unistd.h>
#else
-#define WIN32_LEAN_AND_MEAN // prevent conflicting defines of X509_* names
#define NOMINMAX
#include <io.h>
#include <WinSock2.h>