- Add a useful trace message.
commit27d73d6115bf454f4bbe540e4ed834d46b1a29fd
authorRobert Shearman <rob@codeweavers.com>
Mon, 23 May 2005 10:27:23 +0000 (23 10:27 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 23 May 2005 10:27:23 +0000 (23 10:27 +0000)
treec64ef3bca34f9081db9d36d8ea58ff852c9df03d
parent0d1c3a14fc2f3c4dfc3f6a7be8f2d4b705159288
- Add a useful trace message.
- Fix more places where custom header size was calculated exclusive of
  the data size member.
- Optimize custom marshaling by getting size before calling the custom
  marshaler so we can write the header before and not use a second
  stream.
dlls/ole32/marshal.c