Added NSD_Remove[Ex]Style and NCM_* messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7086 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
7a6c9e52b0
commit
217f250466
6 changed files with 28 additions and 3 deletions
|
@ -31,6 +31,7 @@ typedef struct {
|
|||
UINT32 Width, Height;
|
||||
INT32 RawHeight;
|
||||
WORD BPP, Planes;
|
||||
bool IsTopDownBitmap() const { return Height != (UINT32) RawHeight; }
|
||||
} GENERICIMAGEINFO;
|
||||
|
||||
DWORD GetDIBHeaderInfo(const void*pData, size_t DataSize, GENERICIMAGEINFO&Info);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue