Diff for /np2/wince/np2.cpp between versions 1.9 and 1.11

version 1.9, 2003/12/26 23:30:26 version 1.11, 2004/01/22 01:10:05
Line 29 Line 29
 #include        "fddfile.h"  #include        "fddfile.h"
 #include        "font.h"  #include        "font.h"
 #include        "timing.h"  #include        "timing.h"
 #include        "statsave.h"  
 #include        "vramhdl.h"  #include        "vramhdl.h"
 #include        "menubase.h"  #include        "menubase.h"
 #include        "sysmenu.h"  #include        "sysmenu.h"
Line 42  static const TCHAR szAppCaption[] = STRL Line 41  static const TCHAR szAppCaption[] = STRL
 static const TCHAR szClassName[] = STRLITERAL("NP2-MainWindow");  static const TCHAR szClassName[] = STRLITERAL("NP2-MainWindow");
   
   
                 NP2OSCFG        np2oscfg = {0, 2, 0, 0,                  NP2OSCFG        np2oscfg = {0, 0, 0, 0,
 #if !defined(GX_DLL)  #if !defined(GX_DLL)
                                                                 CW_USEDEFAULT, CW_USEDEFAULT,                                                                  CW_USEDEFAULT, CW_USEDEFAULT,
 #endif  #endif
 #if defined(WIN32_PLATFORM_PSPC)  #if defined(WIN32_PLATFORM_PSPC)
                                                                 0, 0,                                                                  0, 0,
 #endif  #endif
                                                         };                                                                  0};
                 HWND            hWndMain;                  HWND            hWndMain;
                 HINSTANCE       hInst;                  HINSTANCE       hInst;
                 HINSTANCE       hPrev;                  HINSTANCE       hPrev;

Removed from v.1.9  
changed lines
  Added in v.1.11


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