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/dllentry/dllentry.cpp

    r4818 r5130  
    1 /* $Id: dllentry.cpp,v 1.3 2000-12-16 23:31:07 bird Exp $ */
     1/* $Id: dllentry.cpp,v 1.4 2001-02-14 11:40:59 sandervl Exp $ */
    22
    33/*
     
    3636#include <odinlx.h>
    3737#include <misc.h>       /*PLF Wed  98-03-18 23:18:15*/
    38 
     38#include <initdll.h>
    3939
    4040extern "C" {
    41 #ifdef __IBMCPP__
    42 void CDECL _ctordtorInit( void );
    43 void CDECL _ctordtorTerm( void );
    44 #endif
    4541 //Win32 resource table (produced by wrc)
    4642 extern DWORD _Resource_PEResTab;
     
    6460      case DLL_PROCESS_DETACH:
    6561#ifdef __IBMCPP__
    66          _ctordtorTerm();
     62         __ctordtorTerm();
    6763#endif
    6864         return TRUE;
     
    9389   {
    9490      case 0:
    95          _ctordtorInit();
     91         __ctordtorInit();
    9692         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    9793         dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
Note: See TracChangeset for help on using the changeset viewer.