Diff for /np2/wince/np2.cpp between versions 1.15 and 1.16

version 1.15, 2004/04/05 09:45:07 version 1.16, 2004/06/14 13:35:40
Line 344  static DWORD GetModuleFileName_A(HMODULE Line 344  static DWORD GetModuleFileName_A(HMODULE
 }  }
 #endif  #endif
   
   #if defined(_WIN32_WCE)
 int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInst,  int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInst,
                                                                                 LPTSTR lpszCmdLine, int nCmdShow) {                                                                                  LPWSTR lpszCmdLine, int nCmdShow)
   #elif defined(UNICODE)
   int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPreInst,
                                                                                   LPSTR lpszCmdLine, int nCmdShow)
   #else
   int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPreInst,
                                                                                   LPSTR lpszCmdLine, int nCmdShow)
   #endif
   {
         HWND            hWnd;          HWND            hWnd;
         WNDCLASS        np2;          WNDCLASS        np2;
         int                     id;          int                     id;

Removed from v.1.15  
changed lines
  Added in v.1.16


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