Ignore:
Timestamp:
Jan 20, 2003, 11:46:28 AM (23 years ago)
Author:
sandervl
Message:

Only load LVM.DLL when we actually need it; CreateProcess bugfix for thread id if launched directly; CreateFile returns ERROR_ALREADY_EXISTS if file not found and CREATE_NEW; Check and correct process type in thread wrapper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initkernel32.cpp

    r9496 r9693  
    1 /* $Id: initkernel32.cpp,v 1.24 2002-12-13 16:46:44 sandervl Exp $
     1/* $Id: initkernel32.cpp,v 1.25 2003-01-20 10:46:26 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    196196            InitDynamicRegistry();
    197197
    198             //Load LVM subsystem for volume/mountpoint win32 functions
    199             OSLibLVMInit();
    200 
    201198            //Set the process affinity mask to the system affinity mask
    202199            DWORD dwProcessAffinityMask, dwSystemAffinityMask;
Note: See TracChangeset for help on using the changeset viewer.