diff options
Diffstat (limited to 'shell/Library_propertyhdl.mk')
-rw-r--r-- | shell/Library_propertyhdl.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/shell/Library_propertyhdl.mk b/shell/Library_propertyhdl.mk index 70b2763225fe..6ea684fcb962 100644 --- a/shell/Library_propertyhdl.mk +++ b/shell/Library_propertyhdl.mk @@ -20,10 +20,8 @@ $(eval $(call gb_Library_add_defs,propertyhdl,\ -DWIN32_LEAN_AND_MEAN \ -D_UNICODE \ -UNOMINMAX \ -)) -$(eval $(call gb_Library_add_defs,propertyhdl,\ - -D_WIN32_IE=0x501 \ - -D_WIN32_WINNT=0x0501 \ + -D_WIN32_IE=0x700 \ + -D_WIN32_WINNT=0x0502 \ )) $(eval $(call gb_Library_use_externals,propertyhdl,\ |