aboutsummaryrefslogtreecommitdiff
path: root/crypto/thread.c
diff options
context:
space:
mode:
authorBrian Smith <brian@briansmith.org>2015-01-28 20:34:47 -0800
committerAdam Langley <agl@google.com>2015-01-29 18:48:57 +0000
commita87de9b39b5a9b1d6e9ed6d18167946397581df1 (patch)
tree8571d6241052d101307fbf3aa65d252e2675d421 /crypto/thread.c
parent4a0f0c4910e20705282166da10943d6eed5a0d66 (diff)
downloadboringssl-a87de9b39b5a9b1d6e9ed6d18167946397581df1.zip
boringssl-a87de9b39b5a9b1d6e9ed6d18167946397581df1.tar.gz
boringssl-a87de9b39b5a9b1d6e9ed6d18167946397581df1.tar.bz2
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 'crypto/thread.c')
-rw-r--r--crypto/thread.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/thread.c b/crypto/thread.c
index b1b4d00..15e38bd 100644
--- a/crypto/thread.c
+++ b/crypto/thread.c
@@ -59,7 +59,6 @@
#include <errno.h>
#if defined(OPENSSL_WINDOWS)
-#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#endif