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

Francois Gouget fgouget at free.fr
Tue Sep 11 09:35:12 CDT 2007


---
 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 e7c9950..d61bc74 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
 
-- 
1.5.2.4



More information about the wine-patches mailing list