Changeset 5130 for trunk/src/crtdll/initterm.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/crtdll/initterm.cpp
r3993 r5130 1 /* $Id: initterm.cpp,v 1.4 2000-08-11 10:56:13 sandervl Exp $ */2 3 1 /* 4 2 * DLL entry point … … 36 34 #include <winconst.h> 37 35 #include <odinlx.h> 36 #include <initdll.h> 38 37 39 38 extern "C" { 40 void CDECL _ctordtorInit( void );41 void CDECL _ctordtorTerm( void );42 39 43 40 //Win32 resource table (produced by wrc) … … 62 59 case DLL_PROCESS_DETACH: 63 60 CRTDLL_Init(hinstDLL, fdwReason, fImpLoad); 64 _ ctordtorTerm();61 __ctordtorTerm(); 65 62 return TRUE; 66 63 } … … 89 86 switch (ulFlag) { 90 87 case 0 : 91 _ ctordtorInit();88 __ctordtorInit(); 92 89 93 90 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/
Note:
See TracChangeset
for help on using the changeset viewer.