Ignore:
Timestamp:
Feb 14, 2001, 4:14:46 PM (25 years ago)
Author:
sandervl
Message:

VAC 3.6.5 bug workaround

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/dllentry/dllentry.cpp

    r5130 r5135  
    1 /* $Id: dllentry.cpp,v 1.4 2001-02-14 11:40:59 sandervl Exp $ */
     1/* $Id: dllentry.cpp,v 1.5 2001-02-14 15:14:42 sandervl Exp $ */
    22
    33/*
     
    6060      case DLL_PROCESS_DETACH:
    6161#ifdef __IBMCPP__
    62          __ctordtorTerm();
     62         ctordtorTerm();
    6363#endif
    6464         return TRUE;
     
    8989   {
    9090      case 0:
    91          __ctordtorInit();
     91         ctordtorInit();
    9292         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9393         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
Note: See TracChangeset for help on using the changeset viewer.