Ignore:
Timestamp:
Sep 5, 2001, 2:58:00 PM (24 years ago)
Author:
bird
Message:

Added $Id:$ keyword.

File:
1 edited

Legend:

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

    r5326 r6646  
    1 /*
     1/* $Id: initterm.cpp,v 1.19 2001-09-05 12:50:39 bird Exp $
     2 *
    23 * DLL entry point
    34 *
     
    9192      case 0 :
    9293      {
    93              APIRET rc;
    94                
     94         APIRET rc;
     95
    9596#ifdef __IBMCPP__
    9697         ctordtorInit();
     
    99100         char *endofpath = strrchr(ddrawPath, '\\');
    100101         if (endofpath)
    101                         *(endofpath+1) = '\0';
     102            *(endofpath+1) = '\0';
    102103
    103104         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
     
    107108                                   IMAGE_SUBSYSTEM_WINDOWS_GUI);
    108109         if (dllHandle == 0)
    109                         return 0UL;
     110            return 0UL;
    110111
    111112         rc = DosExitList(EXITLIST_NONCOREDLL | EXLST_ADD, cleanup);
    112113         if (rc)
    113                         return 0UL;
     114            return 0UL;
    114115
    115116         break;
     
    117118      case 1 :
    118119         if(dllHandle) {
    119                         UnregisterLxDll(dllHandle);
     120            UnregisterLxDll(dllHandle);
    120121         }
    121122         break;
Note: See TracChangeset for help on using the changeset viewer.