diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-29 07:16:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-29 07:16:26 +0000 |
commit | 6df974bc3fa6657b37fb039fc77458463629326a (patch) | |
tree | 775248cdefcaea5524fff561482ddb5650ec2029 /plugins/Import/src/stdafx.h | |
parent | ec16dc405006d89937a3e07a5ea47bad8191684b (diff) |
- compiilation fix;
- code cleaning;
- version bump.
git-svn-id: http://svn.miranda-ng.org/main/trunk@16376 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Import/src/stdafx.h')
-rw-r--r-- | plugins/Import/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Import/src/stdafx.h b/plugins/Import/src/stdafx.h index f6c36825b8..2be67303d6 100644 --- a/plugins/Import/src/stdafx.h +++ b/plugins/Import/src/stdafx.h @@ -103,6 +103,7 @@ extern HWND hwndAccMerge; extern int nImportOptions;
extern TCHAR importFile[];
extern time_t dwSinceDate;
+extern bool g_bServiceMode;
HICON GetIcon(int iIconId, bool size = false);
HANDLE GetIconHandle(int iIconId);
|