Changeset 951 for trunk/src/psapi/initterm.cpp
- Timestamp:
- Sep 16, 1999, 1:26:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/psapi/initterm.cpp
r814 r951 1 /* $Id: initterm.cpp,v 1. 1 1999-09-04 09:09:03sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.2 1999-09-15 23:26:08 sandervl Exp $ */ 2 2 3 3 /* … … 32 32 #include <string.h> 33 33 #include <odin.h> 34 #include <win32type.h> 35 #include <odinlx.h> 34 36 #include <misc.h> /*PLF Wed 98-03-18 23:18:15*/ 35 37 … … 79 81 /*******************************************************************/ 80 82 83 if(RegisterLxDll(hModule, 0, 0) == FALSE) 84 return 0UL; 85 81 86 rc = DosExitList(0x0000F000|EXLST_ADD, cleanup); 82 87 if(rc) … … 85 90 break; 86 91 case 1 : 92 UnregisterLxDll(hModule); 87 93 break; 88 94 default :
Note:
See TracChangeset
for help on using the changeset viewer.