--- np2/win9x/dialog/d_serial.cpp 2003/10/16 17:59:01 1.1 +++ np2/win9x/dialog/d_serial.cpp 2003/10/21 11:51:16 1.3 @@ -1,16 +1,17 @@ #include "compiler.h" -#include "resource.h" +#include #include "strres.h" +#include "resource.h" #include "np2.h" #include "dosio.h" #include "commng.h" #include "sysmng.h" +#include "dialog.h" +#include "dialogs.h" +#include "bit2res.h" #include "pccore.h" #include "iocore.h" #include "pc9861k.h" -#include "bit2res.h" -#include "dialog.h" -#include "dialogs.h" static const char str_none[] = "NONE"; @@ -429,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) {