Changeset 951 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Sep 16, 1999, 1:26:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r646 r951 1 /* $Id: initterm.cpp,v 1.1 3 1999-08-23 13:54:42sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.14 1999-09-15 23:26:07 sandervl Exp $ */ 2 2 3 3 /* … … 37 37 #include "profile.h" 38 38 #include "initterm.h" 39 #include <win32type.h> 40 #include <odinlx.h> 39 41 40 42 /*-------------------------------------------------------------------*/ … … 92 94 93 95 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 96 97 if(RegisterLxDll(hModule, 0, 0) == FALSE) 98 return 0UL; 99 94 100 /*******************************************************************/ 95 101 /* A DosExitList routine must be used to clean up if runtime calls */ … … 114 120 break; 115 121 case 1 : 122 UnregisterLxDll(hModule); 116 123 break; 117 124 default :
Note:
See TracChangeset
for help on using the changeset viewer.