Changeset 5135 for trunk/src/dllentry/dllentry.cpp
- Timestamp:
- Feb 14, 2001, 4:14:46 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/dllentry/dllentry.cpp
r5130 r5135 1 /* $Id: dllentry.cpp,v 1. 4 2001-02-14 11:40:59sandervl Exp $ */1 /* $Id: dllentry.cpp,v 1.5 2001-02-14 15:14:42 sandervl Exp $ */ 2 2 3 3 /* … … 60 60 case DLL_PROCESS_DETACH: 61 61 #ifdef __IBMCPP__ 62 __ctordtorTerm();62 ctordtorTerm(); 63 63 #endif 64 64 return TRUE; … … 89 89 { 90 90 case 0: 91 __ctordtorInit();91 ctordtorInit(); 92 92 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 93 93 dllHandle = RegisterLxDll(hModule, LibMain, (PVOID)&_Resource_PEResTab);
Note:
See TracChangeset
for help on using the changeset viewer.