Support TopDown CheckBitmap
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7084 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
788620866d
commit
40451b29d7
5 changed files with 8 additions and 4 deletions
|
@ -29,6 +29,7 @@ bool GetDLLVersion(const TCHAR *filepath, DWORD &high, DWORD &low);
|
|||
|
||||
typedef struct {
|
||||
UINT32 Width, Height;
|
||||
INT32 RawHeight;
|
||||
WORD BPP, Planes;
|
||||
} GENERICIMAGEINFO;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue