No need for that ObjType, was just a test

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2725 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-07-16 20:37:18 +00:00
parent a0a7ca8a09
commit 2f47369166

View file

@ -31,7 +31,7 @@ enum {
MIL_BITMAP,
MIL_TRANSPARENT_BITMAP,
MIL_TEXT
} ObjType;
};
struct myImageList {
BYTE iType;