diff options
author | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:58:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-07-25 13:58:29 +0000 |
commit | d60c72ac3b459dfb419bd53a6c485916b6ea7510 (patch) | |
tree | 45c696eb16a111ac71533f79d68311512c191ba6 /plugins/Import/src/stdafx.h | |
parent | a4888d0a3d58a13ade8d9c496a228570e2b2adb6 (diff) |
warnings fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14686 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r-- | plugins/Import/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index 94b311fbaa..4b6657fc30 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -99,7 +99,7 @@ bool IsDuplicateEvent(MCONTACT hContact, DBEVENTINFO dbei); int CreateGroup(const TCHAR* name, MCONTACT hContact);
extern HINSTANCE hInst;
-extern HWND hdlgProgress, hwndAccMerge;
+extern HWND hwndAccMerge;
extern int nImportOptions;
extern TCHAR importFile[];
extern time_t dwSinceDate;
|