mirror of
https://github.com/reactos/reactos.git
synced 2025-07-23 19:43:42 +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…
Add table
Add a link
Reference in a new issue