[XDK/DDK] Fix prototype of FsRtlRegisterUncProvider, based on latest WDK
[reactos.git] / reactos / include / xdk / fsrtlfuncs.h
index dd82767..9de4ed1 100644 (file)
@@ -833,7 +833,7 @@ NTSTATUS
 NTAPI
 FsRtlRegisterUncProvider(
   _Out_ PHANDLE MupHandle,
-  _In_ PUNICODE_STRING RedirectorDeviceName,
+  _In_ PCUNICODE_STRING RedirectorDeviceName,
   _In_ BOOLEAN MailslotsSupported);
 
 _IRQL_requires_max_(PASSIVE_LEVEL)