mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 13:06:34 +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
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
CsrValidateMessageString(IN PCSR_API_MESSAGE ApiMessage,
|
CsrValidateMessageString(IN PCSR_API_MESSAGE ApiMessage,
|
||||||
IN LPWSTR *MessageString);
|
IN PWSTR *MessageString);
|
||||||
|
|
||||||
#endif // _CSRSRV_H
|
#endif // _CSRSRV_H
|
||||||
|
|
||||||
|
|
|
@ -1401,7 +1401,7 @@ CsrValidateMessageBuffer(IN PCSR_API_MESSAGE ApiMessage,
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
NTAPI
|
NTAPI
|
||||||
CsrValidateMessageString(IN PCSR_API_MESSAGE ApiMessage,
|
CsrValidateMessageString(IN PCSR_API_MESSAGE ApiMessage,
|
||||||
IN LPWSTR *MessageString)
|
IN PWSTR *MessageString)
|
||||||
{
|
{
|
||||||
if (MessageString)
|
if (MessageString)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue