Ignore:
Timestamp:
May 9, 2002, 3:55:35 PM (23 years ago)
Author:
sandervl
Message:

volume api updates (LVM)

File:
1 edited

Legend:

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

    r8340 r8397  
    1 /* $Id: initkernel32.cpp,v 1.16 2002-04-30 09:54:44 sandervl Exp $
     1/* $Id: initkernel32.cpp,v 1.17 2002-05-09 13:55:33 sandervl Exp $
    22 *
    33 * KERNEL32 DLL entry point
     
    5252#include <exitlist.h>
    5353#include "oslibdos.h"
     54#include "osliblvm.h"
    5455#include <cpuhlp.h>
    5556#include <Win32k.h>
     
    191192            InitDynamicRegistry();
    192193
     194            //Load LVM subsystem for volume/mountpoint win32 functions
     195            OSLibLVMInit();
     196
    193197            //Set the process affinity mask to the system affinity mask
    194198            DWORD dwProcessAffinityMask, dwSystemAffinityMask;
     
    225229
    226230    WriteOutProfiles();
     231    //Unload LVM subsystem for volume/mountpoint win32 functions
     232    OSLibLVMExit();
     233
    227234    DestroyTIB();
    228235    DestroySharedHeap();
Note: See TracChangeset for help on using the changeset viewer.