[CSRSRV] s/LPWSTR/PWSTR/ as the former is not NT type.

This commit is contained in:
Hermès Bélusca-Maïto
2020-04-15 02:06:57 +02:00
parent feeeca2695
commit 37b2c1450c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -427,7 +427,7 @@ CsrValidateMessageBuffer(IN PCSR_API_MESSAGE ApiMessage,
BOOLEAN
NTAPI
CsrValidateMessageString(IN PCSR_API_MESSAGE ApiMessage,
IN LPWSTR *MessageString);
IN PWSTR *MessageString);
#endif // _CSRSRV_H
+1 -1
View File
@@ -1401,7 +1401,7 @@ CsrValidateMessageBuffer(IN PCSR_API_MESSAGE ApiMessage,
BOOLEAN
NTAPI
CsrValidateMessageString(IN PCSR_API_MESSAGE ApiMessage,
IN LPWSTR *MessageString)
IN PWSTR *MessageString)
{
if (MessageString)
{