From f351c1399313aab9533bd9b0451a1e7fd76e2204 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Thu, 18 Jul 2013 12:41:08 +0200 Subject: allow to build for Windows XP when using Visual Studio 2012 VS 2012 Update 1 added the possibility to target Windows XP by using a SDK that is based on the Windows 7 one. http://blogs.msdn.com/b/vcblog/archive/2012/10/08/10357555.aspx This patch probably should not be integrated as is, as it disables a test that fails in this configuration (CppunitTest_connectivity_ado) Change-Id: I3ba8723882452950c40049ccdc95b04c60862cbf Reviewed-on: https://gerrit.libreoffice.org/4966 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- canvas/source/directx/dx_winstuff.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas') diff --git a/canvas/source/directx/dx_winstuff.hxx b/canvas/source/directx/dx_winstuff.hxx index 34f36c855984..bed64145b5f9 100644 --- a/canvas/source/directx/dx_winstuff.hxx +++ b/canvas/source/directx/dx_winstuff.hxx @@ -72,7 +72,7 @@ typedef IDirectDrawSurface surface_type; -#elif WIN8_SDK == 1 //Windows 8 SDK +#elif WIN8_SDK == 1 || defined(_USING_V110_SDK71_) #include -- cgit v1.2.3