Robert Shearman : ole32: Register ISequentialStream for marshaling.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jun 9 14:39:57 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 3d4e9d6a71591b2088903565a1626999ed4b46bd
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=3d4e9d6a71591b2088903565a1626999ed4b46bd

Author: Robert Shearman <rob at codeweavers.com>
Date:   Fri Jun  9 17:24:57 2006 +0100

ole32: Register ISequentialStream for marshaling.

---

 dlls/ole32/regsvr.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/ole32/regsvr.c b/dlls/ole32/regsvr.c
index 03f0a06..7a35425 100644
--- a/dlls/ole32/regsvr.c
+++ b/dlls/ole32/regsvr.c
@@ -501,6 +501,7 @@ static const struct regsvr_interface int
     STD_INTERFACE_ENTRY(IRemUnknown),
     LCL_INTERFACE_ENTRY(IClientSecurity),
     LCL_INTERFACE_ENTRY(IServerSecurity),
+    STD_INTERFACE_ENTRY(ISequentialStream),
     { NULL }			/* list terminator */
 };
 




More information about the wine-cvs mailing list