commit | b919443a581610ee1877945bb2caf39b96afd9c3 | [log] [tgz] |
---|---|---|
author | Rob Shearman <robertshearman@gmail.com> | Mon Oct 13 23:36:17 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 14 13:41:54 2008 +0200 |
tree | 06fed87841032dcbe5e5ffb1dde7eb1e79eea7aa | |
parent | b06f8820723fce5074392f69d8b36690d0ce7957 [diff] |
rpcrt4: The type referred to by the wire_marshal attribute in server.idl must be a pointer. Therefore, declare the structure as user_bstr_t and make wire_bstr_t be a typedef to a pointer of this type.