Cosmetic: RtlAppendUnicodeToString(): Fix 'const' compiler warnings
[reactos.git] / include / ntos / rtl.h
index 2c9d270..f43dd49 100755 (executable)
@@ -358,7 +358,7 @@ NTSTATUS
 STDCALL
 RtlAppendUnicodeToString (
        PUNICODE_STRING Destination,
-       PWSTR           Source
+       PCWSTR          Source
        );
 
 ULONG