mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[CSRSRV] s/LPWSTR/PWSTR/ as the former is not NT type.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user