diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-09-11 18:52:51 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-09-11 18:52:51 +0000 |
commit | 08f1e8bed5a53953c5ddbf06b2eaa22d6f891e36 (patch) | |
tree | c8bd234458cabbfa9893bb68615e5ec2a6057ac9 /plugins/NewAwaySysMod/src/stdafx.h | |
parent | 5fef75ff28f634b08849aa1fe40b59ce982be1ff (diff) |
NewAwaySys: fix #662
git-svn-id: http://svn.miranda-ng.org/main/trunk@15327 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewAwaySysMod/src/stdafx.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/src/stdafx.h b/plugins/NewAwaySysMod/src/stdafx.h index b87211b678..8453aa8fae 100644 --- a/plugins/NewAwaySysMod/src/stdafx.h +++ b/plugins/NewAwaySysMod/src/stdafx.h @@ -339,3 +339,7 @@ static __inline int my_variables_showhelp(HWND hwndDlg, UINT uIDEdit, int flags return -1;
}
}
+
+//icons
+extern IconItem iconList[];
+HICON GetIcon(int iconId, bool size = false);
\ No newline at end of file |