summaryrefslogtreecommitdiff
path: root/shell/Library_shlxthdl_x64.mk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 15:03:17 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:20 +0100
commita346904323fd3f38bffa2cc07d7f581caab1b434 (patch)
treed92eefab19329ecf1e8d36b6ba16a74be370c458 /shell/Library_shlxthdl_x64.mk
parente22242fddb73f5eadb11f340c314bbc4a6cfe361 (diff)
shell: just define _WIN32_IE and drop the undef
Because the compiler warns either way. cl : Command line warning D9025 : overriding ´/D_WIN32_IE=0x0500´ with ´/U_WIN32_IE´ After this change the message what's overwritten gets more clear to the reader. Change-Id: I773e7499537aff879f857b9b50ec8afc4005130b
Diffstat (limited to 'shell/Library_shlxthdl_x64.mk')
-rw-r--r--shell/Library_shlxthdl_x64.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Library_shlxthdl_x64.mk b/shell/Library_shlxthdl_x64.mk
index d3cb6b8b5634..595263f06920 100644
--- a/shell/Library_shlxthdl_x64.mk
+++ b/shell/Library_shlxthdl_x64.mk
@@ -29,9 +29,7 @@ $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
-UNOMINMAX \
))
$(eval $(call gb_Library_add_defs,shlxthdl_x64,\
- -U_WIN32_IE \
-D_WIN32_IE=0x501 \
- -U_WIN32_WINNT \
-D_WIN32_WINNT=0x0501 \
))