Commit 2cd698af authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi_check: 'char*' is a string, not a pointer.

parent 12e942b1
...@@ -4279,7 +4279,6 @@ UUID_VECTOR * ...@@ -4279,7 +4279,6 @@ UUID_VECTOR *
ULONG * ULONG *
struct IRpcChannelBuffer * struct IRpcChannelBuffer *
struct IRpcStubBuffer * struct IRpcStubBuffer *
char *
char ** char **
twr_t * twr_t *
twr_t ** twr_t **
...@@ -4295,6 +4294,7 @@ void ...@@ -4295,6 +4294,7 @@ void
%str %str
RPC_CSTR RPC_CSTR
char *
%wstr %wstr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment