diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:03:17 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-28 15:16:20 +0100 |
commit | a346904323fd3f38bffa2cc07d7f581caab1b434 (patch) | |
tree | d92eefab19329ecf1e8d36b6ba16a74be370c458 /shell/Library_shlxthdl.mk | |
parent | e22242fddb73f5eadb11f340c314bbc4a6cfe361 (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.mk')
-rw-r--r-- | shell/Library_shlxthdl.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Library_shlxthdl.mk b/shell/Library_shlxthdl.mk index 5d0fad6380da..a19de73b4f13 100644 --- a/shell/Library_shlxthdl.mk +++ b/shell/Library_shlxthdl.mk @@ -23,9 +23,7 @@ $(eval $(call gb_Library_add_defs,shlxthdl,\ -UNOMINMAX \ )) $(eval $(call gb_Library_add_defs,shlxthdl,\ - -U_WIN32_IE \ -D_WIN32_IE=0x501 \ - -U_WIN32_WINNT \ -D_WIN32_WINNT=0x0501 \ )) |