Changeset 8880 for trunk/src/kernel32/initkernel32.cpp
- Timestamp:
- Jul 15, 2002, 4:40:16 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initkernel32.cpp
r8863 r8880 1 /* $Id: initkernel32.cpp,v 1.2 0 2002-07-13 15:57:57sandervl Exp $1 /* $Id: initkernel32.cpp,v 1.21 2002-07-15 14:40:16 sandervl Exp $ 2 2 * 3 3 * KERNEL32 DLL entry point … … 140 140 return 0UL; 141 141 142 //SvL: Do it here instead of during the exe object creation 143 //(std handles can be used in win32 dll initialization routines 144 HMInitialize(); /* store standard handles within HandleManager */ 145 142 146 InitializeMemMaps(); 143 147 … … 173 177 OSLibDosSetInitialMaxFileHandles(ODIN_DEFAULT_MAX_FILEHANDLES); 174 178 175 //SvL: Do it here instead of during the exe object creation176 //(std handles can be used in win32 dll initialization routines177 HMInitialize(); /* store standard handles within HandleManager */178 179 InitDirectories(); //Must be done before InitializeTIB (which loads NTDLL -> USER32) 179 180 InitializeMainThread(); //Must be done after HMInitialize!
Note:
See TracChangeset
for help on using the changeset viewer.