Changeset 1432 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Oct 25, 1999, 12:53:25 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/initterm.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r1410 r1432 1 /* $Id: initterm.cpp,v 1.1 6 1999-10-23 12:34:46sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.17 1999-10-24 22:51:21 sandervl Exp $ */ 2 2 3 3 /* … … 40 40 #include <odinlx.h> 41 41 #include "oslibmisc.h" 42 #include "heapshared.h" 42 43 43 44 /*-------------------------------------------------------------------*/ … … 101 102 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 102 103 104 if(InitializeSharedHeap() == FALSE) 105 return 0UL; 106 103 107 if(RegisterLxDll(hModule, 0, 0) == FALSE) 104 108 return 0UL;
Note:
See TracChangeset
for help on using the changeset viewer.
