Changeset 5130 for trunk/src/opengl/glide/cvg/initterm.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/glide/cvg/initterm.cpp
r3993 r5130 1 /* $Id: initterm.cpp,v 1.2 2000-08-11 10:56:22 sandervl Exp $ */2 3 1 /* 4 2 * DLL entry point … … 34 32 #include <odinlx.h> 35 33 #include <misc.h> /* PLF Wed 98-03-18 23:18:15 */ 34 #include <initdll.h> 36 35 37 36 extern "C" { 38 void CDECL _ctordtorInit( void );39 void CDECL _ctordtorTerm( void );40 41 37 //Win32 resource table (produced by wrc) 42 38 extern DWORD _Resource_PEResTab; … … 58 54 59 55 case DLL_PROCESS_DETACH: 60 _ctordtorTerm();61 56 DllMain(hinstDLL, fdwReason, fImpLoad); 57 __ctordtorTerm(); 62 58 return TRUE; 63 59 } … … 86 82 switch (ulFlag) { 87 83 case 0 : 88 _ ctordtorInit();84 __ctordtorInit(); 89 85 90 86 CheckVersionFromHMOD(PE2LX_VERSION, hModule);/* PLF Wed 98-03-18 05:28:48*/
Note:
See TracChangeset
for help on using the changeset viewer.