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/kernel32/initterm.cpp

    r4510 r5130  
    1 /* $Id: initterm.cpp,v 1.49 2000-10-21 14:30:47 sandervl Exp $ */
    2 
    31/*
    42 * KERNEL32 DLL entry point
     
    5351#include <cpuhlp.h>
    5452#include <Win32k.h>
     53#include <initdll.h>
    5554
    5655#define DBG_LOCALLOG    DBG_initterm
     
    6766
    6867extern "C" {
    69 void CDECL _ctordtorInit( void );
    70 void CDECL _ctordtorTerm( void );
    71 
    7268 //Win32 resource table (produced by wrc)
    7369 extern DWORD _Resource_PEResTab;
     
    121117            *(endofpath+1) = 0;
    122118            dprintf(("kernel32 init %s %s", __DATE__, __TIME__));
    123             _ctordtorInit();
     119            __ctordtorInit();
    124120
    125121            CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
     
    219215    DestroySharedHeap();
    220216    DestroyCodeHeap();
    221     _ctordtorTerm();
     217    __ctordtorTerm();
    222218
    223219    //NOTE: Must be done after DestroyTIB
Note: See TracChangeset for help on using the changeset viewer.