Changeset 5130 for trunk/src/dllentry/dllentry.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/dllentry/dllentry.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dllentry/dllentry.cpp
r4818 r5130 1 /* $Id: dllentry.cpp,v 1. 3 2000-12-16 23:31:07 birdExp $ */1 /* $Id: dllentry.cpp,v 1.4 2001-02-14 11:40:59 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 #include <odinlx.h> 37 37 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 38 38 #include <initdll.h> 39 39 40 40 extern "C" { 41 #ifdef __IBMCPP__42 void CDECL _ctordtorInit( void );43 void CDECL _ctordtorTerm( void );44 #endif45 41 //Win32 resource table (produced by wrc) 46 42 extern DWORD _Resource_PEResTab; … … 64 60 case DLL_PROCESS_DETACH: 65 61 #ifdef __IBMCPP__ 66 _ ctordtorTerm();62 __ctordtorTerm(); 67 63 #endif 68 64 return TRUE; … … 93 89 { 94 90 case 0: 95 _ ctordtorInit();91 __ctordtorInit(); 96 92 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 97 93 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
Note:
See TracChangeset
for help on using the changeset viewer.
