| commit | 07d032b24ba76512cd7bed8a0d712571d37511ab | [log] [tgz] |
|---|---|---|
| author | Robert Shearman <rob@codeweavers.com> | Sat May 13 17:00:27 2006 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon May 15 14:07:59 2006 +0200 |
| tree | b11842a8eb546eb14d46118287ae6ca709d81796 | |
| parent | 5cdfeeeed3a0d1b369c1688f8c04cc7a00386ac0 [diff] |
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.