aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party
diff options
context:
space:
mode:
authorGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-08 14:50:46 +0800
committerGravatar Loo Rong Jie <loorongjie@gmail.com>2018-06-08 14:50:46 +0800
commit73b613b6b073297819cb04b4da31aa2a626c544c (patch)
tree5483e125772c42655e4f79d5a6748fa2b19bb17b /third_party
parentd21bde15c650ae351166050929dec59dc922b5f0 (diff)
Remove -DWIN32_LEAN_AND_MEAN
Diffstat (limited to 'third_party')
-rw-r--r--third_party/cares/cares.BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/cares/cares.BUILD b/third_party/cares/cares.BUILD
index e7096fac6a..fd14007e80 100644
--- a/third_party/cares/cares.BUILD
+++ b/third_party/cares/cares.BUILD
@@ -148,7 +148,6 @@ cc_library(
] + select({
":windows": [
"-DNOMINMAX",
- "-DWIN32_LEAN_AND_MEAN",
"-D_CRT_SECURE_NO_DEPRECATE",
"-D_CRT_NONSTDC_NO_DEPRECATE",
"-D_WIN32_WINNT=0x0600",