summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2018-02-21 16:33:55 +0000
committerVladislav Vaintroub <wlad@mariadb.com>2018-02-21 16:33:55 +0000
commite2ac8d3ff1fb941090fe63d3dfc55562f34326f4 (patch)
treef194659da92213dca40493d3d4911b09041563c1 /win
parent56e7b7eaede52e8d2123e909d7d42220f8c63143 (diff)
downloadmariadb-git-e2ac8d3ff1fb941090fe63d3dfc55562f34326f4.tar.gz
Windows : Fix /permissive- compile error
Diffstat (limited to 'win')
-rw-r--r--win/upgrade_wizard/stdafx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/upgrade_wizard/stdafx.h b/win/upgrade_wizard/stdafx.h
index 55f9e71ed70..86e4fd826de 100644
--- a/win/upgrade_wizard/stdafx.h
+++ b/win/upgrade_wizard/stdafx.h
@@ -14,7 +14,7 @@
#endif
#include "targetver.h"
-
+struct IUnknown;
#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit
// turns off MFC's hiding of some common and often safely ignored warning messages