rpcrt4: Even though FC_ENUM16 is an unsigned type, the highest allowable value that...
authorRob Shearman <rob@codeweavers.com>
Mon, 16 Jul 2007 14:00:59 +0000 (15:00 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 16 Jul 2007 20:46:47 +0000 (22:46 +0200)
commit686c0f094cdec400c41f6337748a73d40d0924dd
tree5f9d1ce60922996104586082d683cd8cd49da5f8
parentd845022819ae37c8888a873510d027b1b9192744
rpcrt4: Even though FC_ENUM16 is an unsigned type, the highest allowable value that can be marshalled is SHRT_MAX, not USHRT_MAX.
dlls/rpcrt4/ndr_marshall.c
dlls/rpcrt4/tests/ndr_marshall.c