Diff for /np2/win9x/dialog/d_serial.cpp between versions 1.21 and 1.22

version 1.21, 2007/12/28 20:36:40 version 1.22, 2011/03/07 09:54:11
Line 1 Line 1
 #include        "compiler.h"  /**
 #include        <prsht.h>   * @file        d_serial.cpp
 #include        "strres.h"   * @brief       Serial configure dialog procedure
 #include        "resource.h"   *
 #include        "np2.h"   * @author      $Author$
 #include        "dosio.h"   * @date        $Date$
 #include        "commng.h"   */
 #include        "sysmng.h"  
 #include        "np2class.h"  #include "compiler.h"
 #include        "dialog.h"  #include <prsht.h>
 #include        "dialogs.h"  #include "strres.h"
 #include        "pccore.h"  #include "resource.h"
 #include        "iocore.h"  #include "np2.h"
 #include        "pc9861k.h"  #include "dosio.h"
 #include        "dipswbmp.h"  #include "commng.h"
   #include "sysmng.h"
   #include "np2class.h"
   #include "dialog.h"
   #include "dialogs.h"
   #include "pccore.h"
   #include "iocore.h"
   #include "pc9861k.h"
   #include "dipswbmp.h"
   
   #if !defined(__GNUC__)
   #pragma comment(lib, "comctl32.lib")
   #endif  // !defined(__GNUC__)
   
 static const CBPARAM cpPort[] =  static const CBPARAM cpPort[] =
 {  {

Removed from v.1.21  
changed lines
  Added in v.1.22


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