diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-22 22:20:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-22 22:20:46 +0300 |
commit | 49959b6d4b0fa837e02ba03cc62bfb94dda517c0 (patch) | |
tree | 0018c7522b129a7c64f917d6ea1197bb688ebdae /plugins/Import/src/stdafx.h | |
parent | b97a2cf13002dd897e1021f4f5ae30006f87b269 (diff) |
Import - adaptation for batch import processing
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 21007d9136..36e5156142 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -89,7 +89,7 @@ extern HWND hwndWizard, hwndAccMerge; extern int nImportOptions;
extern wchar_t importFile[];
extern time_t dwSinceDate;
-extern bool g_bServiceMode;
+extern bool g_bServiceMode, g_bSendQuit;
HANDLE GetIconHandle(int iIconId);
void RegisterIcons(void);
|