diff options
author | George Hazan <george.hazan@gmail.com> | 2012-09-28 13:13:05 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-09-28 13:13:05 +0000 |
commit | f3cdb7545b85a2c849ad4acf4dfbf1aaf526de6b (patch) | |
tree | 3d56bd83ddcb79373e868f0b9b0378472ffa1905 /plugins/Dbx_mmap_SA/src/commonheaders.h | |
parent | 8adf6be866f0c4dbc2689489b04a2aba243cb650 (diff) |
database created by dbx_mmap_sa must be opened by it
git-svn-id: http://svn.miranda-ng.org/main/trunk@1714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dbx_mmap_SA/src/commonheaders.h')
-rw-r--r-- | plugins/Dbx_mmap_SA/src/commonheaders.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dbx_mmap_SA/src/commonheaders.h b/plugins/Dbx_mmap_SA/src/commonheaders.h index 710172c241..6f4aa0b4b3 100644 --- a/plugins/Dbx_mmap_SA/src/commonheaders.h +++ b/plugins/Dbx_mmap_SA/src/commonheaders.h @@ -86,7 +86,7 @@ INT_PTR CALLBACK DlgStdNewPass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam) INT_PTR CALLBACK DlgChangePass(HWND hDlg, UINT uMsg,WPARAM wParam,LPARAM lParam);
void xModifyMenu(HANDLE hMenu,long flags,const TCHAR* name, HICON hIcon);
-extern DBSignature dbSignature, dbSignatureSecured;
+extern DBSignature dbSignature, dbSignatureSecured, dbSignatureNonSecured;
extern LIST<CDdxMmapSA> g_Dbs;
|