mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[CSRSRV] s/LPWSTR/PWSTR/ as the former is not NT type.
This commit is contained in:
parent
feeeca2695
commit
37b2c1450c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue