diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-01-22 22:16:34 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-01-23 14:04:24 +0100 |
commit | ba68436e3fea34b4ae696f96f8048502865cdc79 (patch) | |
tree | 8c6b47e16cab234b38a8ba67c930acced71dced2 /setup_native | |
parent | 2830d21964f655c3bbc8cda1f63ce6a3840f6742 (diff) |
Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitly
http://ci.libreoffice.org/job/lo_gerrit_master/495/Gerrit=Gerrit,Platform=Windows/console
Change-Id: I0104d448906bd17857b3716856c544e632c1662c
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx b/setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx index 5f8b15e83dd2..3a7177085f8f 100644 --- a/setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx +++ b/setup_native/source/win32/customactions/shellextensions/startmenuicon.cxx @@ -23,6 +23,9 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> #include <msiquery.h> +#ifdef _WIN32_WINNT_WINBLUE +#include <VersionHelpers.h> +#endif #ifdef _MSC_VER #pragma warning(pop) #endif |