Changeset 951 for trunk/src/imagehlp/initterm.cpp
- Timestamp:
- Sep 16, 1999, 1:26:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/imagehlp/initterm.cpp
r736 r951 1 /* $Id: initterm.cpp,v 1. 1 1999-08-29 14:54:54sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.2 1999-09-15 23:26:07 sandervl Exp $ */ 2 2 3 3 /* … … 33 33 #include <odin.h> 34 34 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 35 #include <winconst.h> 35 #include <win32type.h> 36 #include <odinlx.h> 36 37 37 38 extern "C" { … … 82 83 /*******************************************************************/ 83 84 85 if(RegisterLxDll(hModule, IMAGEHLP_LibMain, 0) == FALSE) 86 return 0UL; 87 84 88 rc = DosExitList(0x0000F000|EXLST_ADD, cleanup); 85 89 if(rc) 86 90 return 0UL; 87 91 88 IMAGEHLP_LibMain(hModule, DLL_PROCESS_ATTACH, 0);89 90 92 break; 91 93 case 1 : 92 IMAGEHLP_LibMain(hModule, DLL_PROCESS_DETACH, 0);94 UnregisterLxDll(hModule); 93 95 break; 94 96
Note:
See TracChangeset
for help on using the changeset viewer.