summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-10-20 12:56:28 +0100
committerVladislav Vaintroub <wlad@mariadb.com>2018-10-20 12:56:28 +0100
commit554ce5a0ccc64881e04da69d7a2da3ace60589a6 (patch)
treeac98e5b4ce466fdc726ae6f397f07975a1c0d0f2 /sql
parent5b63a660dda7de2cb74106edc2267568ac70b70a (diff)
downloadmariadb-git-554ce5a0ccc64881e04da69d7a2da3ace60589a6.tar.gz
Attempt to fix build by a workaround for a bug in Windows8.1 SDK
Problem description and workaround are here https://developercommunity.visualstudio.com/content/problem/185399/error-c2760-in-combaseapih-with-windows-sdk-81-and.html
Diffstat (limited to 'sql')
-rw-r--r--sql/mysql_install_db.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_install_db.cc b/sql/mysql_install_db.cc
index 737ed97d790..fc8bce08276 100644
--- a/sql/mysql_install_db.cc
+++ b/sql/mysql_install_db.cc
@@ -26,6 +26,7 @@
#include <shellapi.h>
#include <accctrl.h>
#include <aclapi.h>
+struct IUnknown;
#include <shlwapi.h>
#define USAGETEXT \