rpcrt4: The type referred to by the wire_marshal attribute in server.idl must be...
commitb919443a581610ee1877945bb2caf39b96afd9c3
authorRob Shearman <robertshearman@gmail.com>
Mon, 13 Oct 2008 22:36:17 +0000 (13 23:36 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 14 Oct 2008 11:41:54 +0000 (14 13:41 +0200)
tree06fed87841032dcbe5e5ffb1dde7eb1e79eea7aa
parentb06f8820723fce5074392f69d8b36690d0ce7957
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.
dlls/rpcrt4/tests/server.c
dlls/rpcrt4/tests/server.idl