Ignore:
Timestamp:
Oct 29, 1999, 12:39:29 AM (26 years ago)
Author:
hugh
Message:

Changed to put logging info back to common logfile odin32_x.log

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/initterm.cpp

    r1456 r1502  
    1 /* $Id: initterm.cpp,v 1.10 1999-10-26 17:52:31 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.11 1999-10-28 22:39:21 hugh Exp $ */
    22
    33/*
     
    7878         _ctordtorInit();
    7979
    80          DosQueryModuleName(hModule, CCHMAXPATH, ddrawPath);
     80   DosQueryModuleName(hModule, CCHMAXPATH, ddrawPath);
    8181         char *endofpath = strrchr(ddrawPath, '\\');
    8282         if(endofpath) *(endofpath+1) = 0;
     
    8989         /*******************************************************************/
    9090
    91          if(RegisterLxDll(hModule, 0, 0) == FALSE)
    92                 return 0UL;
     91   if(RegisterLxDll(hModule, 0, 0) == FALSE)
     92    return 0UL;
    9393
    9494         rc = DosExitList(0x0000F000|EXLST_ADD, cleanup);
     
    9999      }
    100100      case 1 :
    101         UnregisterLxDll(hModule);
     101  UnregisterLxDll(hModule);
    102102         break;
    103103      default  :
     
    115115{
    116116   _ctordtorTerm();
    117    CloseLogFile();
    118117   DosExitList(EXLST_EXIT, cleanup);
    119118   return ;
Note: See TracChangeset for help on using the changeset viewer.