mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
olecli32: Fix invalid syntax.
This commit is contained in:
parent
efda990877
commit
9ae9109d39
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user