Changeset 3074 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Mar 10, 2000, 5:12:03 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/initterm.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r3059 r3074 1 /* $Id: initterm.cpp,v 1.3 7 2000-03-09 19:03:18sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.38 2000-03-10 16:11:59 sandervl Exp $ */ 2 2 3 3 /* … … 50 50 #include "initsystem.h" 51 51 #include <exitlist.h> 52 #include "oslibdos.h" 52 53 #define DBG_LOCALLOG DBG_initterm 53 54 #include "dbglocal.h" … … 156 157 flAllocMem = 0; // no high memory support 157 158 159 OSLibDosSetInitialMaxFileHandles(ODIN_DEFAULT_MAX_FILEHANDLES); 160 158 161 InitializeTIB(TRUE); 159 162 //SvL: Do it here instead of during the exe object creation
Note:
See TracChangeset
for help on using the changeset viewer.
