Ignore:
Timestamp:
Sep 5, 2001, 3:19:02 PM (24 years ago)
Author:
bird
Message:

Added $Id:$ keyword.

File:
1 edited

Legend:

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

    r5135 r6648  
    1 /*
     1/* $Id: initterm.cpp,v 1.7 2001-09-05 13:11:25 bird Exp $
     2 *
    23 * DLL entry point
    34 *
     
    5354   case DLL_THREAD_ATTACH:
    5455   case DLL_THREAD_DETACH:
    55         return MSACM32_LibMain(hinstDLL, fdwReason, fImpLoad);
     56    return MSACM32_LibMain(hinstDLL, fdwReason, fImpLoad);
    5657
    5758   case DLL_PROCESS_DETACH:
    58         MSACM32_LibMain(hinstDLL, fdwReason, fImpLoad);
    59         ctordtorTerm();
    60         return TRUE;
     59    MSACM32_LibMain(hinstDLL, fdwReason, fImpLoad);
     60    ctordtorTerm();
     61    return TRUE;
    6162   }
    6263   return FALSE;
     
    8889         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8990
    90         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
    91          if(dllHandle == 0) 
    92                 return 0UL;
     91    dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
     92         if(dllHandle == 0)
     93        return 0UL;
    9394
    9495         break;
    9596      case 1 :
    9697         if(dllHandle) {
    97                 UnregisterLxDll(dllHandle);
     98        UnregisterLxDll(dllHandle);
    9899         }
    99100         break;
Note: See TracChangeset for help on using the changeset viewer.