[NDK][RTL] Make the Name argument in RtlQueryEnvironmentVariable_U const.
[reactos.git] / reactos / sdk / include / ndk / rtlfuncs.h
index 9878369..30b61ed 100644 (file)
@@ -2967,7 +2967,7 @@ NTSTATUS
 NTAPI
 RtlQueryEnvironmentVariable_U(
     _In_opt_ PWSTR Environment,
-    _In_ PUNICODE_STRING Name,
+    _In_ PCUNICODE_STRING Name,
     _Out_ PUNICODE_STRING Value
 );