From 04eb39a9829cf40974b82f9c44abf51d51d2685d Mon Sep 17 00:00:00 2001 From: Jan-Marek Glogowski Date: Thu, 11 Oct 2018 09:44:46 +0000 Subject: Restore explicit _WIN32_WINVER in the ODK example Change-Id: I01855c37955dcae13dbb3c6f028d4030dc48945a Reviewed-on: https://gerrit.libreoffice.org/61657 Reviewed-by: Stephan Bergmann Tested-by: Jenkins --- odk/examples/OLE/activex/StdAfx2.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odk') diff --git a/odk/examples/OLE/activex/StdAfx2.h b/odk/examples/OLE/activex/StdAfx2.h index 1d6c6ddfd074..df14ccf949a0 100644 --- a/odk/examples/OLE/activex/StdAfx2.h +++ b/odk/examples/OLE/activex/StdAfx2.h @@ -41,6 +41,9 @@ #define INCLUDED_EXAMPLES_ACTIVEX_STDAFX2_H #define STRICT +#ifndef _WIN32_WINNT +#define _WIN32_WINNT 0x0502 +#endif #define _ATL_APARTMENT_THREADED #define _ATL_STATIC_REGISTRY -- cgit