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

connectivity: remove bogus setting of NTDDI_VERSION

The value set here does not correspond to any valid value in
sdkddkver.h; it is a mystery what setting an invalid value is supposed
to achieve.

Change-Id: I76b1da148806e249870154efda3e6c4fa20010bf
üst b8d0203c
...@@ -33,12 +33,6 @@ $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_ado,\ ...@@ -33,12 +33,6 @@ $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_ado,\
)) ))
endif endif
ifneq (,$(filter $(WINDOWS_SDK_VERSION),80 81))
$(eval $(call gb_CppunitTest_add_defs,connectivity_ado,\
-DNTDDI_VERSION=0x0601 \
))
endif
$(eval $(call gb_CppunitTest_add_exception_objects,connectivity_ado, \ $(eval $(call gb_CppunitTest_add_exception_objects,connectivity_ado, \
connectivity/qa/connectivity/ado/DriverTest \ connectivity/qa/connectivity/ado/DriverTest \
)) ))
......
...@@ -29,12 +29,6 @@ $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\ ...@@ -29,12 +29,6 @@ $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\
endif endif
endif endif
ifeq ($(WINDOWS_SDK_VERSION),80)
$(eval $(call gb_CppunitTest_add_defs,connectivity_commontools,\
-DNTDDI_VERSION=0x0601 \
))
endif
# In mergedlibs mode we have multiply-defined symbols, which Visual Studio # In mergedlibs mode we have multiply-defined symbols, which Visual Studio
# does not like. There is no good solution, so just force it. # does not like. There is no good solution, so just force it.
ifeq ($(COM),MSC) ifeq ($(COM),MSC)
......
...@@ -36,12 +36,6 @@ $(eval $(call gb_Library_use_system_win32_libs,ado,\ ...@@ -36,12 +36,6 @@ $(eval $(call gb_Library_use_system_win32_libs,ado,\
uuid \ uuid \
)) ))
ifneq (,$(filter $(WINDOWS_SDK_VERSION),80 81))
$(eval $(call gb_Library_add_defs,ado,\
-DNTDDI_VERSION=0x0601 \
))
endif
$(eval $(call gb_Library_use_libraries,ado,\ $(eval $(call gb_Library_use_libraries,ado,\
cppu \ cppu \
cppuhelper \ cppuhelper \
......
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