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