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,\
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
-UNOMINMAX \
))
......
......@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,ooofilt_x64,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,propertyhdl_x64,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -20,7 +20,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -26,7 +26,6 @@ $(eval $(call gb_Library_add_defs,shlxthdl_x64,\
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-UNOMINMAX \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -19,7 +19,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common,\
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -25,7 +25,6 @@ $(eval $(call gb_StaticLibrary_add_defs,shlxthandler_common_x64,\
-DUNICODE \
-DWIN32_LEAN_AND_MEAN \
-D_UNICODE \
-D_WIN32_IE=0x700 \
-D_WIN32_WINNT=0x0502 \
))
......
......@@ -20,6 +20,9 @@ gb_Helper_LIBRARY_PATH_VAR := PATH
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 := \
-DWINVER=0x0502 \
-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