From 8bb33cb289e02012985a8db9ab2dc21efcbcd24e Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 4 Mar 2015 14:26:55 +0100 Subject: 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 --- connectivity/CppunitTest_connectivity_commontools.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'connectivity/CppunitTest_connectivity_commontools.mk') diff --git a/connectivity/CppunitTest_connectivity_commontools.mk b/connectivity/CppunitTest_connectivity_commontools.mk index e9d6e9859840..146c6afeeb2b 100644 --- a/connectivity/CppunitTest_connectivity_commontools.mk +++ b/connectivity/CppunitTest_connectivity_commontools.mk @@ -29,12 +29,6 @@ $(eval $(call gb_CppunitTest_add_cxxflags,connectivity_commontools,\ 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 # does not like. There is no good solution, so just force it. ifeq ($(COM),MSC) -- cgit v1.2.3