Changeset 5130 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- 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 3 1 /* 4 2 * KERNEL32 DLL entry point … … 53 51 #include <cpuhlp.h> 54 52 #include <Win32k.h> 53 #include <initdll.h> 55 54 56 55 #define DBG_LOCALLOG DBG_initterm … … 67 66 68 67 extern "C" { 69 void CDECL _ctordtorInit( void );70 void CDECL _ctordtorTerm( void );71 72 68 //Win32 resource table (produced by wrc) 73 69 extern DWORD _Resource_PEResTab; … … 121 117 *(endofpath+1) = 0; 122 118 dprintf(("kernel32 init %s %s", __DATE__, __TIME__)); 123 _ ctordtorInit();119 __ctordtorInit(); 124 120 125 121 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ … … 219 215 DestroySharedHeap(); 220 216 DestroyCodeHeap(); 221 _ ctordtorTerm();217 __ctordtorTerm(); 222 218 223 219 //NOTE: Must be done after DestroyTIB
Note:
See TracChangeset
for help on using the changeset viewer.