Changeset 3128 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Mar 16, 2000, 8:21:54 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r3074 r3128 1 /* $Id: initterm.cpp,v 1.3 8 2000-03-10 16:11:59 sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.39 2000-03-16 19:20:39 sandervl Exp $ */ 2 2 3 3 /* … … 159 159 OSLibDosSetInitialMaxFileHandles(ODIN_DEFAULT_MAX_FILEHANDLES); 160 160 161 InitializeTIB(TRUE);162 161 //SvL: Do it here instead of during the exe object creation 163 162 //(std handles can be used in win32 dll initialization routines 164 163 HMInitialize(); /* store standard handles within HandleManager */ 164 InitializeTIB(TRUE); //MUST be done after HMInitialize! 165 165 InitDirectories(); 166 166 RegisterDevices(); … … 192 192 //Flush and delete all open memory mapped files 193 193 Win32MemMap::deleteAll(); 194 WinExe = NULL; 194 195 195 196 WriteOutProfiles();
Note:
See TracChangeset
for help on using the changeset viewer.