summaryrefslogtreecommitdiffstats
path: root/shell/StaticLibrary_shlxthandler_common_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/StaticLibrary_shlxthandler_common_x64.mk
parentfixincludeguards.sh: vcl (diff)
downloadcore-a346904323fd3f38bffa2cc07d7f581caab1b434.tar.gz
core-a346904323fd3f38bffa2cc07d7f581caab1b434.zip
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/StaticLibrary_shlxthandler_common_x64.mk')
-rw-r--r--shell/StaticLibrary_shlxthandler_common_x64.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/StaticLibrary_shlxthandler_common_x64.mk b/shell/StaticLibrary_shlxthandler_common_x64.mk
index b156ccbdcbfc..17d601424310 100644
--- a/shell/StaticLibrary_shlxthandler_common_x64.mk
+++ b/shell/StaticLibrary_shlxthandler_common_x64.mk
@@ -28,9 +28,7 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
-D_UNICODE \
))
$(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
- -U_WIN32_IE \
-D_WIN32_IE=0x501 \
- -U_WIN32_WINNT \
-D_WIN32_WINNT=0x0501 \
))