Ignore:
Timestamp:
Feb 14, 2001, 12:41:04 PM (25 years ago)
Author:
sandervl
Message:

initterm call fixes

File:
1 edited

Legend:

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

    r3993 r5130  
    1 /* $Id: initterm.cpp,v 1.4 2000-08-11 10:56:21 sandervl Exp $ */
    2 
    31/*
    42 * DLL entry point
     
    3634#include <winconst.h>
    3735#include <odinlx.h>
     36#include <initdll.h>
    3837
    3938extern "C" {
    40 void CDECL _ctordtorInit( void );
    41 void CDECL _ctordtorTerm( void );
    42 
    4339 //Win32 resource table (produced by wrc)
    4440 extern DWORD _Resource_PEResTab;
     
    6157   case DLL_PROCESS_DETACH:
    6258        MSACM32_LibMain(hinstDLL, fdwReason, fImpLoad);
    63         _ctordtorTerm();
     59        __ctordtorTerm();
    6460        return TRUE;
    6561   }
     
    8884   switch (ulFlag) {
    8985      case 0 :
    90          _ctordtorInit();
     86         __ctordtorInit();
    9187
    9288         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
Note: See TracChangeset for help on using the changeset viewer.