diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-08-23 00:11:36 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-08-23 00:11:36 +0300 |
commit | bf9981cdfdaf818530c180d6975e0f6a53dcc944 (patch) | |
tree | 9daef0a1ca77fccf29d80fe1b9184490e5971399 /plugins/IEView/src/stdafx.h | |
parent | 5cd3afbd509c515604921b2713960fb25b5bce73 (diff) |
IEView: all icons added to icolib (fixes #295)
Diffstat (limited to 'plugins/IEView/src/stdafx.h')
-rw-r--r-- | plugins/IEView/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/src/stdafx.h b/plugins/IEView/src/stdafx.h index 198f944b68..7f1102d51c 100644 --- a/plugins/IEView/src/stdafx.h +++ b/plugins/IEView/src/stdafx.h @@ -78,6 +78,7 @@ extern HINSTANCE hInstance; extern IEView *debugView;
extern char *workingDirUtf8;
extern HANDLE hHookOptionsChanged;
+extern IconItem iconList[];
class BSTR_PTR
{
|