odk/examples/OLE/activex/StdAfx2.h | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit 04eb39a9829cf40974b82f9c44abf51d51d2685d Author: Jan-Marek Glogowski <glo...@fbihome.de> AuthorDate: Thu Oct 11 09:44:46 2018 +0000 Commit: Jan-Marek Glogowski <glo...@fbihome.de> CommitDate: Thu Oct 11 19:00:51 2018 +0200 Restore explicit _WIN32_WINVER in the ODK example Change-Id: I01855c37955dcae13dbb3c6f028d4030dc48945a Reviewed-on: https://gerrit.libreoffice.org/61657 Reviewed-by: Stephan Bergmann <sberg...@redhat.com> Tested-by: Jenkins 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits