rpcrt4: The arm type mask should be comparing the highest byte against 0x80, as docum...
commit07d032b24ba76512cd7bed8a0d712571d37511ab
authorRobert Shearman <rob@codeweavers.com>
Sat, 13 May 2006 16:00:27 +0000 (13 17:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 15 May 2006 12:07:59 +0000 (15 14:07 +0200)
treeb11842a8eb546eb14d46118287ae6ca709d81796
parent5cdfeeeed3a0d1b369c1688f8c04cc7a00386ac0
rpcrt4: The arm type mask should be comparing the highest byte against 0x80, as documented on MSDN.

Fix base type arm handling on little-endian machines, as the current
code would always pass in the address to the format char of 0x80
instead of the base type format char.
dlls/rpcrt4/ndr_marshall.c