rpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T.
commita8f7c716ef2c9558be75dc68773601060916bd25
authorRob Shearman <robertshearman@gmail.com>
Fri, 5 Sep 2008 21:07:56 +0000 (5 22:07 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Sep 2008 10:51:37 +0000 (8 12:51 +0200)
treea669c5b12555516f279369f06ece15a7a1850d29
parent3c4f44d1afee5adc956840c24d2b043334966030
rpcrt4: Change type of len parameter of NdrAllocate from size_t to SIZE_T.

Use SIZE_T as it matches the size that Windows programs expect whereas
size_t is platform-dependent.
dlls/rpcrt4/ndr_marshall.c
include/rpcndr.h