|
|
| version 1.2, 2003/10/21 11:22:05 | version 1.3, 2003/10/21 11:51:16 |
|---|---|
| Line 430 static void pc9861getspeed(HWND hWnd, co | Line 430 static void pc9861getspeed(HWND hWnd, co |
| static void pc9861getint(HWND hWnd, const PC9861MODE_T *m) { | static void pc9861getint(HWND hWnd, const PC9861MODE_T *m) { |
| LRESULT r; | LRESULT r; |
| int i; | UINT i; |
| r = SendDlgItemMessage(hWnd, m->idc_int, CB_GETCURSEL, 0, 0); | r = SendDlgItemMessage(hWnd, m->idc_int, CB_GETCURSEL, 0, 0); |
| if (r != CB_ERR) { | if (r != CB_ERR) { |