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/opengl/glide/cvg/initterm.cpp

    r3993 r5130  
    1 /* $Id: initterm.cpp,v 1.2 2000-08-11 10:56:22 sandervl Exp $ */
    2 
    31/*
    42 * DLL entry point
     
    3432#include <odinlx.h>
    3533#include <misc.h>                      /* PLF Wed  98-03-18 23:18:15       */
     34#include <initdll.h>
    3635
    3736extern "C" {
    38 void CDECL _ctordtorInit( void );
    39 void CDECL _ctordtorTerm( void );
    40 
    4137 //Win32 resource table (produced by wrc)
    4238 extern DWORD _Resource_PEResTab;
     
    5854
    5955   case DLL_PROCESS_DETACH:
    60         _ctordtorTerm();
    6156        DllMain(hinstDLL, fdwReason, fImpLoad);
     57        __ctordtorTerm();
    6258        return TRUE;
    6359   }
     
    8682   switch (ulFlag) {
    8783      case 0 :
    88          _ctordtorInit();
     84         __ctordtorInit();
    8985
    9086         CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed  98-03-18 05:28:48*/
Note: See TracChangeset for help on using the changeset viewer.