--- np2/win9x/dialog/d_serial.cpp 2003/10/21 11:22:05 1.2 +++ np2/win9x/dialog/d_serial.cpp 2003/10/21 11:51:16 1.3 @@ -430,7 +430,7 @@ static void pc9861getspeed(HWND hWnd, co static void pc9861getint(HWND hWnd, const PC9861MODE_T *m) { LRESULT r; - int i; + UINT i; r = SendDlgItemMessage(hWnd, m->idc_int, CB_GETCURSEL, 0, 0); if (r != CB_ERR) {