ole32: Fix CLIPFORMAT marshalling on 64-bit platforms by not using the wireCLIPFORMAT...
commit2eca96af67c607ad4c41f75794005471f1423e49
authorRob Shearman <robertshearman@gmail.com>
Sun, 8 Feb 2009 18:00:26 +0000 (8 18:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Feb 2009 12:58:04 +0000 (9 13:58 +0100)
tree64680acd8d83c6239f721131684807b1a7ba55d0
parentc80fdb881a33a2cf9b2727400ecb67c296beed0a
ole32: Fix CLIPFORMAT marshalling on 64-bit platforms by not using the wireCLIPFORMAT type.

The wireCLIPFORMAT represents the memory equivalent format of the wire
format and not the wire format itself.

Also update the tests to do the same.
dlls/ole32/tests/usrmarshal.c
dlls/ole32/usrmarshal.c