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

version 1.1, 2003/10/16 17:59:01 version 1.3, 2003/10/21 11:51:16
Line 1 Line 1
 #include        "compiler.h"  #include        "compiler.h"
 #include        "resource.h"  #include        <prsht.h>
 #include        "strres.h"  #include        "strres.h"
   #include        "resource.h"
 #include        "np2.h"  #include        "np2.h"
 #include        "dosio.h"  #include        "dosio.h"
 #include        "commng.h"  #include        "commng.h"
 #include        "sysmng.h"  #include        "sysmng.h"
   #include        "dialog.h"
   #include        "dialogs.h"
   #include        "bit2res.h"
 #include        "pccore.h"  #include        "pccore.h"
 #include        "iocore.h"  #include        "iocore.h"
 #include        "pc9861k.h"  #include        "pc9861k.h"
 #include        "bit2res.h"  
 #include        "dialog.h"  
 #include        "dialogs.h"  
   
   
 static const char str_none[] = "NONE";  static const char str_none[] = "NONE";
Line 429  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.1  
changed lines
  Added in v.1.3


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