summaryrefslogtreecommitdiff
path: root/plugins/Db3x_mmap/src/stdafx.h
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2016-02-18 13:04:55 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2016-02-18 13:04:55 +0000
commit22fa808cca12864de4a914e6f8de72b3cbcd46af (patch)
tree371fc3f9465efd1c424a0b0c099f454a93a773d4 /plugins/Db3x_mmap/src/stdafx.h
parent2868202cb6260735157346833a4cf6326772011d (diff)
db3x_mmap: cryptoprovider select dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@16302 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/stdafx.h')
-rw-r--r--plugins/Db3x_mmap/src/stdafx.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/stdafx.h b/plugins/Db3x_mmap/src/stdafx.h
index c316044348..e2784ab0c1 100644
--- a/plugins/Db3x_mmap/src/stdafx.h
+++ b/plugins/Db3x_mmap/src/stdafx.h
@@ -39,16 +39,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <m_crypto.h>
#include <m_metacontacts.h>
#include <m_protocols.h>
+#include <m_gui.h>
#include "database.h"
#include "dbintf.h"
#include "resource.h"
#include "version.h"
+
extern HINSTANCE g_hInst;
extern LIST<CDb3Mmap> g_Dbs;
extern DBSignature dbSignatureU, dbSignatureE, dbSignatureIM, dbSignatureSA, dbSignatureSD;
+#include "ui.h"
+
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
#else