mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[MOUNTMGR]
Declare MountmgrReadNoAutoMount. svn path=/trunk/; revision=69177
This commit is contained in:
parent
c0e3ff9c79
commit
fe979cfbfb
1 changed files with 6 additions and 0 deletions
|
@ -234,6 +234,12 @@ HasDriveLetter(
|
|||
IN PDEVICE_INFORMATION DeviceInformation
|
||||
);
|
||||
|
||||
INIT_SECTION
|
||||
BOOLEAN
|
||||
MountmgrReadNoAutoMount(
|
||||
IN PUNICODE_STRING RegistryPath
|
||||
);
|
||||
|
||||
/* database.c */
|
||||
|
||||
extern PWSTR DatabasePath;
|
||||
|
|
Loading…
Reference in a new issue