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

Alexandre Julliard julliard at wine.codeweavers.com
Wed Sep 12 07:50:34 CDT 2007


Module: wine
Branch: master
Commit: 2cd698aff0055754eb6ba0782d5e7c27726d029d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2cd698aff0055754eb6ba0782d5e7c27726d029d

Author: Francois Gouget <fgouget at 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
 




More information about the wine-cvs mailing list