Use old bitmap on low-bpp displays
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7300 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0302344430
commit
aca76bc307
4 changed files with 16 additions and 12 deletions
|
@ -58,6 +58,7 @@ BOOL InitCCExHelper(UINT icc);
|
|||
static inline BOOL InitCCEx(UINT icc) { return icc > 0xff ? InitCCExHelper(icc) : true; }
|
||||
static inline UINT SizeOfStruct(const TOOLINFO&x) { return FIELD_OFFSET(TOOLINFO, lParam); }
|
||||
static inline UINT SizeOfStruct(const OPENFILENAME&x) { return sizeof(void*) < 8 ? 76 : sizeof(x); }
|
||||
UINT GetScreenBPP(HWND hWnd = NULL);
|
||||
|
||||
void FreeSpawn(PROCESS_INFORMATION *pPI, HANDLE hRd, HANDLE hWr);
|
||||
BOOL InitSpawn(STARTUPINFO &si, HANDLE &hRd, HANDLE &hWr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue