fix signed/unsigned comparison warnings

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5049 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-11 20:36:05 +00:00
parent 7f37f6ff24
commit ab76b93ed0

View file

@ -185,7 +185,7 @@ line sub[] = {
};
BOOL CALLBACK DialogProc(HWND hwndDlg,UINT uMsg,WPARAM wParam,LPARAM lParam) {
int i;
size_t i;
switch (uMsg) {
case WM_INITDIALOG:
SendMessage(hwndDlg, WM_SETICON, 0, 0);