Francois Gouget : winapi_check: 'char*' is a string, not a pointer.
12 Sep
2007
12 Sep
'07
12:50 p.m.
Module: wine Branch: master Commit: 2cd698aff0055754eb6ba0782d5e7c27726d029d URL: http://source.winehq.org/git/wine.git/?a=commit;h=2cd698aff0055754eb6ba0782d... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Sep 11 16:35:12 2007 +0200 winapi_check: 'char*' is a string, not a pointer. --- tools/winapi/win32.api | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api index d772561..b463a74 100644 --- a/tools/winapi/win32.api +++ b/tools/winapi/win32.api @@ -4279,7 +4279,6 @@ UUID_VECTOR * ULONG * struct IRpcChannelBuffer * struct IRpcStubBuffer * -char * char ** twr_t * twr_t ** @@ -4295,6 +4294,7 @@ void %str RPC_CSTR +char * %wstr
6672
Age (days ago)
6672
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard