Diff for /np2/win9x/dialog/d_serial.cpp between versions 1.2 and 1.3

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) {

Removed from v.1.2  
changed lines
  Added in v.1.3


RetroPC.NET-CVS <cvs@retropc.net>