Commit 9ae9109d authored by Bang Jun-young's avatar Bang Jun-young Committed by Alexandre Julliard

olecli32: Fix invalid syntax.

parent efda9908
...@@ -146,7 +146,7 @@ typedef LPCSTR LPCOLESTR16; ...@@ -146,7 +146,7 @@ typedef LPCSTR LPCOLESTR16;
struct _OLESTREAM; struct _OLESTREAM;
typedef struct _OLEOBJECTVTBL { typedef struct _OLEOBJECTVTBL {
void CALLBACK *(*QueryProtocol)(_LPOLEOBJECT,LPCOLESTR16); void * (CALLBACK *QueryProtocol)(_LPOLEOBJECT,LPCOLESTR16);
OLESTATUS (CALLBACK *Release)(_LPOLEOBJECT); OLESTATUS (CALLBACK *Release)(_LPOLEOBJECT);
OLESTATUS (CALLBACK *Show)(_LPOLEOBJECT,BOOL16); OLESTATUS (CALLBACK *Show)(_LPOLEOBJECT,BOOL16);
OLESTATUS (CALLBACK *DoVerb)(_LPOLEOBJECT,UINT16,BOOL16,BOOL16); OLESTATUS (CALLBACK *DoVerb)(_LPOLEOBJECT,UINT16,BOOL16,BOOL16);
......
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