Restore explicit _WIN32_WINVER in the ODK example
Change-Id: I01855c37955dcae13dbb3c6f028d4030dc48945a Reviewed-on: https://gerrit.libreoffice.org/61657 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Jenkins
This commit is contained in:
parent
b0bed2457f
commit
04eb39a982
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue