diff options
Diffstat (limited to 'plugins/Dbx_mmap_SA/commonheaders.h')
-rw-r--r-- | plugins/Dbx_mmap_SA/commonheaders.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Dbx_mmap_SA/commonheaders.h b/plugins/Dbx_mmap_SA/commonheaders.h index 9c893310fc..6d5dcd8d21 100644 --- a/plugins/Dbx_mmap_SA/commonheaders.h +++ b/plugins/Dbx_mmap_SA/commonheaders.h @@ -68,6 +68,8 @@ extern CRITICAL_SECTION csDbAccess; extern struct DBHeader dbHeader;
extern HANDLE hDbFile;
extern BOOL bEncoding;
+extern HINSTANCE g_hInst;
+extern HANDLE hSetPwdMenu;
#ifdef __GNUC__
#define mir_i64(x) (x##LL)
|