rpcrt4: The type referred to by the wire_marshal attribute in server.idl must be a pointer.

Rob Shearman robertshearman at gmail.com
Mon Oct 13 17:36:17 CDT 2008


Therefore, declare the structure as user_bstr_t and make wire_bstr_t
be a typedef to a pointer of this type.
---
 dlls/rpcrt4/tests/server.c   |   10 +++++-----
 dlls/rpcrt4/tests/server.idl |    3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

Allows the file to be compiled by MIDL.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 6edd7fffb7d0e5f235f91eeec1682488620ac00d.diff
Type: text/x-patch
Size: 1799 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20081013/d6fffc0f/attachment-0001.bin 


More information about the wine-patches mailing list