Bang Jun-young : olecli32: Fix invalid syntax.

Alexandre Julliard julliard at winehq.org
Mon Nov 19 08:19:54 CST 2007


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

Author: Bang Jun-young <junyoung at mogua.com>
Date:   Mon Nov 19 14:54:16 2007 +0900

olecli32: Fix invalid syntax.

---

 dlls/olecli32/olecli_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/olecli32/olecli_main.c b/dlls/olecli32/olecli_main.c
index d751522..a36cb72 100644
--- a/dlls/olecli32/olecli_main.c
+++ b/dlls/olecli32/olecli_main.c
@@ -146,7 +146,7 @@ typedef LPCSTR LPCOLESTR16;
 struct _OLESTREAM;
 
 typedef struct _OLEOBJECTVTBL {
-    void CALLBACK *(*QueryProtocol)(_LPOLEOBJECT,LPCOLESTR16);
+    void *         (CALLBACK *QueryProtocol)(_LPOLEOBJECT,LPCOLESTR16);
     OLESTATUS      (CALLBACK *Release)(_LPOLEOBJECT);
     OLESTATUS      (CALLBACK *Show)(_LPOLEOBJECT,BOOL16);
     OLESTATUS      (CALLBACK *DoVerb)(_LPOLEOBJECT,UINT16,BOOL16,BOOL16);




More information about the wine-cvs mailing list