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

version 1.9, 2003/12/26 23:30:26 version 1.10, 2004/01/05 07:22:02
Line 42  static const TCHAR szAppCaption[] = STRL Line 42  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.10


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