more diabled images, free image lists

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3345 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
joostverburg 2004-01-02 13:40:57 +00:00
parent b65f878e84
commit b40bedfd69
4 changed files with 13 additions and 3 deletions

View file

@ -67,6 +67,9 @@ typedef struct ToolBarStruct {
HWND hwnd;
HMENU dropdownmenu;
POINT dropdownpoint;
HIMAGELIST imagelist;
HIMAGELIST imagelistd;
HIMAGELIST imagelisth;
} NTOOLBAR;
void CreateToolBar();