Kill some compiler warnings under Linux and mingw32
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4994 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
edeb26b7a7
commit
747ad310e5
25 changed files with 37 additions and 37 deletions
|
@ -117,7 +117,7 @@ NSISFunc(SetBg) {
|
|||
|
||||
hWndImage = CreateWindowEx(
|
||||
WS_EX_TOOLWINDOW,
|
||||
(LPSTR)atomClass,
|
||||
(LPSTR)(DWORD)atomClass,
|
||||
0,
|
||||
WS_CLIPSIBLINGS|WS_POPUP,
|
||||
0,
|
||||
|
@ -225,7 +225,7 @@ NSISFunc(AddImage) {
|
|||
}
|
||||
|
||||
newImg->iType = MIL_BITMAP;
|
||||
newImg->cTransparent = -1;
|
||||
newImg->cTransparent = (COLORREF)-1;
|
||||
|
||||
popstring(szTemp);
|
||||
if (!lstrcmpi(szTemp, "/TRANSPARENT")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue