Changeset 8397 for trunk/src/kernel32/initkernel32.cpp
- Timestamp:
- May 9, 2002, 3:55:35 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initkernel32.cpp
r8340 r8397 1 /* $Id: initkernel32.cpp,v 1.1 6 2002-04-30 09:54:44sandervl Exp $1 /* $Id: initkernel32.cpp,v 1.17 2002-05-09 13:55:33 sandervl Exp $ 2 2 * 3 3 * KERNEL32 DLL entry point … … 52 52 #include <exitlist.h> 53 53 #include "oslibdos.h" 54 #include "osliblvm.h" 54 55 #include <cpuhlp.h> 55 56 #include <Win32k.h> … … 191 192 InitDynamicRegistry(); 192 193 194 //Load LVM subsystem for volume/mountpoint win32 functions 195 OSLibLVMInit(); 196 193 197 //Set the process affinity mask to the system affinity mask 194 198 DWORD dwProcessAffinityMask, dwSystemAffinityMask; … … 225 229 226 230 WriteOutProfiles(); 231 //Unload LVM subsystem for volume/mountpoint win32 functions 232 OSLibLVMExit(); 233 227 234 DestroyTIB(); 228 235 DestroySharedHeap();
Note:
See TracChangeset
for help on using the changeset viewer.