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_ooofilt.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_ooofilt.mk')
-rw-r--r-- | shell/Library_ooofilt.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Library_ooofilt.mk b/shell/Library_ooofilt.mk index 88f1783b9e0b..d225deb5dcbe 100644 --- a/shell/Library_ooofilt.mk +++ b/shell/Library_ooofilt.mk @@ -22,9 +22,7 @@ $(eval $(call gb_Library_add_defs,ooofilt,\ -D_UNICODE \ )) $(eval $(call gb_Library_add_defs,ooofilt,\ - -U_WIN32_IE \ -D_WIN32_IE=0x501 \ - -U_WIN32_WINNT \ -D_WIN32_WINNT=0x0501 \ -UNOMINMAX \ )) |