Diff for /xmil/win9x/xmil.cpp between versions 1.13 and 1.14

version 1.13, 2004/08/08 16:39:04 version 1.14, 2004/08/11 12:08:17
Line 677  int WINAPI WinMain(HINSTANCE hInstance,  Line 677  int WINAPI WinMain(HINSTANCE hInstance, 
         file_setcd(modulefile);          file_setcd(modulefile);
         initload();          initload();
   
 //      rand_setseed((unsigned)time(NULL));  
   
         hWnd = FindWindow(szClassName, NULL);          hWnd = FindWindow(szClassName, NULL);
         if (hWnd != NULL) {          if (hWnd != NULL) {
                 ShowWindow(hWnd, SW_RESTORE);                  ShowWindow(hWnd, SW_RESTORE);

Removed from v.1.13  
changed lines
  Added in v.1.14


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