Changeset 2032 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Dec 9, 1999, 1:52:21 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r1820 r2032 1 /* $Id: initterm.cpp,v 1.2 8 1999-11-23 20:01:18sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.29 1999-12-09 00:52:20 sandervl Exp $ */ 2 2 3 3 /* … … 42 42 #include "oslibmisc.h" 43 43 #include <heapshared.h> 44 #include <heapcode.h> 44 45 #include "mmap.h" 45 46 #include "directory.h" … … 111 112 return 0UL; 112 113 114 if(InitializeCodeHeap() == FALSE) 115 return 0UL; 116 113 117 PROFILE_LoadOdinIni(); 114 118 if(RegisterLxDll(hModule, 0, 0) == FALSE) … … 171 175 DestroyTIB(); 172 176 DestroySharedHeap(); 177 DestroyCodeHeap(); 173 178 _ctordtorTerm(); 174 179
Note:
See TracChangeset
for help on using the changeset viewer.