--- np2/win9x/np2.cpp 2007/12/28 20:36:39 1.75 +++ np2/win9x/np2.cpp 2011/02/17 10:36:05 1.77 @@ -1,56 +1,64 @@ -#include "compiler.h" -#include +/** + * @file np2.cpp + * @brief main window + * + * @author $Author: yui $ + * @date $Date: 2011/02/17 10:36:05 $ + */ + +#include "compiler.h" +#include +#include #ifndef __GNUC__ -#include +#include #endif -#include "resource.h" -#include "strres.h" -#include "parts.h" -#include "np2.h" -#include "np2arg.h" -#include "dosio.h" -#include "extromio.h" -#include "commng.h" -#include "joymng.h" -#include "mousemng.h" -#include "scrnmng.h" -#include "soundmng.h" -#include "sysmng.h" -#include "winkbd.h" -#include "ini.h" -#include "menu.h" -#include "winloc.h" -#include "sstp.h" -#include "sstpmsg.h" -#include "toolwin.h" -#include "juliet.h" -#include "np2class.h" -#include "dialog.h" -#include "cpucore.h" -#include "pccore.h" -#include "iocore.h" -#include "pc9861k.h" -#include "mpu98ii.h" -#include "bios.h" -#include "scrndraw.h" -#include "sound.h" -#include "beep.h" -#include "s98.h" -#include "diskdrv.h" -#include "fddfile.h" -#include "timing.h" -#include "keystat.h" -#include "debugsub.h" -#include "subwind.h" -#include "viewer.h" +#include "resource.h" +#include "strres.h" +#include "parts.h" +#include "np2.h" +#include "np2arg.h" +#include "dosio.h" +#include "extromio.h" +#include "commng.h" +#include "joymng.h" +#include "mousemng.h" +#include "scrnmng.h" +#include "soundmng.h" +#include "sysmng.h" +#include "winkbd.h" +#include "ini.h" +#include "menu.h" +#include "winloc.h" +#include "sstp.h" +#include "sstpmsg.h" +#include "toolwin.h" +#include "juliet.h" +#include "np2class.h" +#include "dialog.h" +#include "cpucore.h" +#include "pccore.h" +#include "iocore.h" +#include "pc9861k.h" +#include "mpu98ii.h" +#include "bios.h" +#include "scrndraw.h" +#include "sound.h" +#include "beep.h" +#include "s98.h" +#include "diskdrv.h" +#include "fddfile.h" +#include "timing.h" +#include "keystat.h" +#include "debugsub.h" +#include "subwind.h" +#include "viewer.h" #if !defined(_WIN64) -#include "cputype.h" +#include "cputype.h" #endif #if defined(SUPPORT_DCLOCK) -#include "dclock.h" +#include "dclock.h" #endif - #ifdef BETA_RELEASE #define OPENING_WAIT 1500 #endif @@ -103,7 +111,7 @@ static const OEMCHAR np2flagext[] = OEMT static const OEMCHAR szNp2ResDll[] = OEMTEXT("np2x64_%u.dll"); #else // defined(_WIN64) static const OEMCHAR szNp2ResDll[] = OEMTEXT("np2_%u.dll"); -#endi // defined(_WIN64) +#endif // defined(_WIN64) // ----