Diff for /np2/win9xc/np2.cpp between versions 1.2 and 1.3

version 1.2, 2003/10/18 10:00:29 version 1.3, 2003/10/21 14:57:41
Line 756  int WINAPI WinMain(HINSTANCE hInstance,  Line 756  int WINAPI WinMain(HINSTANCE hInstance, 
   
         srand((unsigned)time(NULL));          srand((unsigned)time(NULL));
   
 //      np2arg_analize(lpszCmdLine);  
   
         if ((hwndorg = FindWindow(szClassName, NULL)) != NULL) {          if ((hwndorg = FindWindow(szClassName, NULL)) != NULL) {
                 ShowWindow(hwndorg, SW_RESTORE);                  ShowWindow(hwndorg, SW_RESTORE);
                 SetForegroundWindow(hwndorg);                  SetForegroundWindow(hwndorg);

Removed from v.1.2  
changed lines
  Added in v.1.3


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