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

This commit is contained in:
Hermès Bélusca-Maïto 2020-04-14 22:38:51 +02:00
parent feeeca2695
commit 37b2c1450c
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 2 deletions

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

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)
{