Fixed one wrong parameter.

This commit is contained in:
Juergen Schmied 1998-11-06 10:12:29 +00:00 committed by Alexandre Julliard
parent 11e1a5efa9
commit a477709873
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ typedef struct {
STDMETHOD_(ULONG,AddRef) (THIS) PURE;
STDMETHOD_(ULONG,Release) (THIS) PURE;
STDMETHOD(CreateInstance) (THIS_ LPUNKNOWN pUnkOuter, REFIID riid, LPVOID FAR* ppvObject) PURE;
STDMETHOD(LockServer) (THIS) PURE;
STDMETHOD(LockServer) (THIS_ BOOL32) PURE;
} *LPCLASSFACTORY_VTABLE,IClassFactory_VTable;
struct IClassFactory {