Changeset 5130 for trunk/src/wnaspi32/initterm.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/initterm.cpp
r4265 r5130 1 /* $Id: initterm.cpp,v 1.4 2000-09-15 13:25:48 sandervl Exp $ */2 3 1 /* 4 2 * DLL entry point … … 36 34 #include <odinlx.h> 37 35 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 36 #include <initdll.h> 38 37 #include "aspilib.h" 39 38 40 39 extern "C" { 41 void CDECL _ctordtorInit( void );42 void CDECL _ctordtorTerm( void );43 44 40 //Win32 resource table (produced by wrc) 45 41 extern DWORD _Resource_PEResTab; … … 80 76 aspi = NULL; 81 77 } 82 _ ctordtorTerm();78 __ctordtorTerm(); 83 79 return TRUE; 84 80 } … … 107 103 switch (ulFlag) { 108 104 case 0: 109 _ ctordtorInit();105 __ctordtorInit(); 110 106 111 107 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/
Note:
See TracChangeset
for help on using the changeset viewer.