diff options
author | George Hazan <george.hazan@gmail.com> | 2013-12-01 21:51:12 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-12-01 21:51:12 +0000 |
commit | be0ea932723003e4319500883aa7ef2abba38c4b (patch) | |
tree | c0eee66c79f8aaf0e3b97f0ec803828b1e0afd68 /plugins/Db3x_mmap/src/commonheaders.h | |
parent | f0dd963ab37b2ff412b4b1e0b9459d61d42ab9d4 (diff) |
first lines of password UI code
git-svn-id: http://svn.miranda-ng.org/main/trunk@7028 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db3x_mmap/src/commonheaders.h')
-rw-r--r-- | plugins/Db3x_mmap/src/commonheaders.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Db3x_mmap/src/commonheaders.h b/plugins/Db3x_mmap/src/commonheaders.h index bb31a01615..f8978defe4 100644 --- a/plugins/Db3x_mmap/src/commonheaders.h +++ b/plugins/Db3x_mmap/src/commonheaders.h @@ -34,6 +34,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_system_cpp.h>
#include <m_database.h>
#include <m_langpack.h>
+#include <m_clist.h>
+#include <m_icolib.h>
#include <m_crypto.h>
#include "database.h"
@@ -41,6 +43,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "resource.h"
#include "version.h"
+extern HINSTANCE g_hInst;
extern LIST<CDb3Mmap> g_Dbs;
extern DBSignature dbSignature, dbSignatureIM, dbSignatureSA;
|