Diff for /np2/win9x/np2.cpp between versions 1.76 and 1.77

version 1.76, 2007/12/28 22:12:05 version 1.77, 2011/02/17 10:36:05
Line 1 Line 1
 #include        "compiler.h"  /**
 #include        <time.h>   * @file        np2.cpp
    * @brief       main window
    *
    * @author      $Author$
    * @date        $Date$
    */
   
   #include "compiler.h"
   #include <time.h>
   #include <winsock.h>
 #ifndef __GNUC__  #ifndef __GNUC__
 #include        <winnls32.h>  #include <winnls32.h>
 #endif  #endif
 #include        "resource.h"  #include "resource.h"
 #include        "strres.h"  #include "strres.h"
 #include        "parts.h"  #include "parts.h"
 #include        "np2.h"  #include "np2.h"
 #include        "np2arg.h"  #include "np2arg.h"
 #include        "dosio.h"  #include "dosio.h"
 #include        "extromio.h"  #include "extromio.h"
 #include        "commng.h"  #include "commng.h"
 #include        "joymng.h"  #include "joymng.h"
 #include        "mousemng.h"  #include "mousemng.h"
 #include        "scrnmng.h"  #include "scrnmng.h"
 #include        "soundmng.h"  #include "soundmng.h"
 #include        "sysmng.h"  #include "sysmng.h"
 #include        "winkbd.h"  #include "winkbd.h"
 #include        "ini.h"  #include "ini.h"
 #include        "menu.h"  #include "menu.h"
 #include        "winloc.h"  #include "winloc.h"
 #include        "sstp.h"  #include "sstp.h"
 #include        "sstpmsg.h"  #include "sstpmsg.h"
 #include        "toolwin.h"  #include "toolwin.h"
 #include        "juliet.h"  #include "juliet.h"
 #include        "np2class.h"  #include "np2class.h"
 #include        "dialog.h"  #include "dialog.h"
 #include        "cpucore.h"  #include "cpucore.h"
 #include        "pccore.h"  #include "pccore.h"
 #include        "iocore.h"  #include "iocore.h"
 #include        "pc9861k.h"  #include "pc9861k.h"
 #include        "mpu98ii.h"  #include "mpu98ii.h"
 #include        "bios.h"  #include "bios.h"
 #include        "scrndraw.h"  #include "scrndraw.h"
 #include        "sound.h"  #include "sound.h"
 #include        "beep.h"  #include "beep.h"
 #include        "s98.h"  #include "s98.h"
 #include        "diskdrv.h"  #include "diskdrv.h"
 #include        "fddfile.h"  #include "fddfile.h"
 #include        "timing.h"  #include "timing.h"
 #include        "keystat.h"  #include "keystat.h"
 #include        "debugsub.h"  #include "debugsub.h"
 #include        "subwind.h"  #include "subwind.h"
 #include        "viewer.h"  #include "viewer.h"
 #if !defined(_WIN64)  #if !defined(_WIN64)
 #include        "cputype.h"  #include "cputype.h"
 #endif  #endif
 #if defined(SUPPORT_DCLOCK)  #if defined(SUPPORT_DCLOCK)
 #include        "dclock.h"  #include "dclock.h"
 #endif  #endif
   
   
 #ifdef BETA_RELEASE  #ifdef BETA_RELEASE
 #define         OPENING_WAIT            1500  #define         OPENING_WAIT            1500
 #endif  #endif

Removed from v.1.76  
changed lines
  Added in v.1.77


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