Kaydet (Commit) b3f6c296 authored tarafından Michael Stahl's avatar Michael Stahl

shell: remove unnecessary explicit -D_WIN32_IE

Change-Id: Ib6d9233e8c322fd7165fce8763bb2a4eee9a7850
üst 5ec422c3
...@@ -19,7 +19,6 @@ $(eval $(call gb_Library_add_defs,ooofilt,\ ...@@ -19,7 +19,6 @@ $(eval $(call gb_Library_add_defs,ooofilt,\
-DUNICODE \ -DUNICODE \
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
-UNOMINMAX \ -UNOMINMAX \
)) ))
......
...@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,ooofilt_x64,\ ...@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,ooofilt_x64,\
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-UNOMINMAX \ -UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\ ...@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-UNOMINMAX \ -UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl_x64,\ ...@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl_x64,\
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-UNOMINMAX \ -UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl,\ ...@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl,\
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-UNOMINMAX \ -UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl_x64,\ ...@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-UNOMINMAX \ -UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -19,7 +19,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\ ...@@ -19,7 +19,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\
-DUNICODE \ -DUNICODE \
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -25,7 +25,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\ ...@@ -25,7 +25,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
-DUNICODE \ -DUNICODE \
-DWIN32_LEAN_AND_MEAN \ -DWIN32_LEAN_AND_MEAN \
-D_UNICODE \ -D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \ -D_WIN32_WINNT=0x0502 \
)) ))
......
...@@ -20,6 +20,9 @@ gb_Helper_LIBRARY_PATH_VAR := PATH ...@@ -20,6 +20,9 @@ gb_Helper_LIBRARY_PATH_VAR := PATH
gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) gbuild.XXXXXX gb_MKTEMP := mktemp --tmpdir=$(gb_TMPDIR) gbuild.XXXXXX
# currently _WIN32_IE is defined to a higher version than would be derived
# in sdkddkver.h from _WIN32_WINNT=0x0502 but if _WIN32_WINNT >= 0x0600
# the derived value is sufficient
gb_OSDEFS := \ gb_OSDEFS := \
-DWINVER=0x0502 \ -DWINVER=0x0502 \
-D_WIN32_IE=0x0700 \ -D_WIN32_IE=0x0700 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment