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 /avmedia | |
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 'avmedia')
-rw-r--r-- | avmedia/source/win/player.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/avmedia/source/win/player.cxx b/avmedia/source/win/player.cxx index 1d7040ba9c0b..a1f7e44d2c25 100644 --- a/avmedia/source/win/player.cxx +++ b/avmedia/source/win/player.cxx @@ -26,6 +26,9 @@ #include <control.h> #include <uuids.h> #include <evcode.h> +#ifdef _WIN32_WINNT_WINBLUE +#include <VersionHelpers.h> +#endif #if defined _MSC_VER #pragma warning(pop) #endif |