mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
5ab1cfc553
The major change with this rewrite is the support for the mount manager. Fstub will now assume that most of the devices are PnP and that they are already registered to the mount manager. It will thus ask the mount manager to assign the drive letter. Fstub will keep assigning drive letters non mission critical devices such as CDs, floppies and other removable devices. See MountMgr:QueryPoints API test that will now return mount points :-).
10 lines
228 B
C
10 lines
228 B
C
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
|
|
|
#include <wdm.h>
|
|
#include <initguid.h>
|
|
#include <batclass.h>
|
|
#include <poclass.h>
|
|
#include <diskguid.h>
|
|
|
|
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|