mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
Moved creation of ARC names into ntoskrnl.
svn path=/trunk/; revision=2708
This commit is contained in:
parent
576dc2f69b
commit
94860ff5bb
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ NTSTATUS STDCALL DriverEntry(IN PDRIVER_OBJECT DriverObject,
|
|||
Status = STATUS_INSUFFICIENT_RESOURCES;
|
||||
goto cleandevice;
|
||||
}
|
||||
RtlInitUnicodeString( &LinkName, L"\\ArcName\\virt(0)disk(0)ram(0)" );
|
||||
IoAssignArcName( &LinkName, &DeviceName );
|
||||
RtlInitUnicodeString( &LinkName, L"\\??\\Z:" );
|
||||
IoCreateSymbolicLink( &LinkName, &DeviceName );
|
||||
|
||||
|
|
Loading…
Reference in a new issue