Commit 3d4e9d6a authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

ole32: Register ISequentialStream for marshaling.

parent 51e22f42
...@@ -501,6 +501,7 @@ static const struct regsvr_interface interface_list[] = { ...@@ -501,6 +501,7 @@ static const struct regsvr_interface interface_list[] = {
STD_INTERFACE_ENTRY(IRemUnknown), STD_INTERFACE_ENTRY(IRemUnknown),
LCL_INTERFACE_ENTRY(IClientSecurity), LCL_INTERFACE_ENTRY(IClientSecurity),
LCL_INTERFACE_ENTRY(IServerSecurity), LCL_INTERFACE_ENTRY(IServerSecurity),
STD_INTERFACE_ENTRY(ISequentialStream),
{ NULL } /* list terminator */ { NULL } /* list terminator */
}; };
......
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