mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
Initialize clsid member to the marshaler clsid to fix custom
marshaling.
This commit is contained in:
parent
8ba0ef86dc
commit
b5a10936bd
@ -1079,6 +1079,7 @@ HRESULT WINAPI CoMarshalInterface(IStream *pStream, REFIID riid, IUnknown *pUnk,
|
||||
hr = E_UNEXPECTED;
|
||||
goto cleanup;
|
||||
}
|
||||
objref.u_objref.u_custom.clsid = marshaler_clsid;
|
||||
objref.u_objref.u_custom.cbExtension = 0;
|
||||
objref.u_objref.u_custom.size = GlobalSize(hGlobal);
|
||||
/* write constant sized OR_CUSTOM data into stream */
|
||||
|
Loading…
Reference in New Issue
Block a user