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
|
@ -216,7 +216,7 @@ void ShowToolbarDropdownMenu()
|
|||
RECT rect;
|
||||
GetWindowRect(g_toolbar.hwnd, (LPRECT) &rect);
|
||||
TrackPopupMenu(g_toolbar.dropdownmenu,
|
||||
NULL,
|
||||
(UINT)NULL,
|
||||
rect.left + (int)(short)g_toolbar.dropdownpoint.x,
|
||||
rect.top + (int)(short)g_toolbar.dropdownpoint.y,
|
||||
0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue