Changeset 9693 for trunk/src/kernel32/initkernel32.cpp
- Timestamp:
- Jan 20, 2003, 11:46:28 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initkernel32.cpp
r9496 r9693 1 /* $Id: initkernel32.cpp,v 1.2 4 2002-12-13 16:46:44sandervl Exp $1 /* $Id: initkernel32.cpp,v 1.25 2003-01-20 10:46:26 sandervl Exp $ 2 2 * 3 3 * KERNEL32 DLL entry point … … 196 196 InitDynamicRegistry(); 197 197 198 //Load LVM subsystem for volume/mountpoint win32 functions199 OSLibLVMInit();200 201 198 //Set the process affinity mask to the system affinity mask 202 199 DWORD dwProcessAffinityMask, dwSystemAffinityMask;
Note:
See TracChangeset
for help on using the changeset viewer.