Rob Shearman
|
56da854c21
|
rpcrt4: Fix NdrGetBuffer to set the correct fields in the MIDL_STUB_MESSAGE structure.
Fix NdrFreeBuffer to use the fBufferValid flag to determine whether or
not I_RpcFreeBuffer needs to be called.
|
2007-12-31 17:14:34 +01:00 |
Rob Shearman
|
e745f93c79
|
rpcrt4: Fix the MIDL_STUB_MESSAGE fields set by NdrServerInitializeNew.
|
2007-12-31 17:14:16 +01:00 |
Andrew Talbot
|
d5d056ef75
|
rpcrt4: Exclude unused headers.
|
2007-05-18 14:11:22 +02:00 |
Francois Gouget
|
45d5ff01a6
|
rpcrt4: Better match the PSDK types and fix the winapi_check warnings.
|
2007-02-07 21:42:02 +01:00 |
Michael Stefaniuc
|
de21efbadd
|
rpcrt4: Win64 printf format warning fixes.
|
2006-11-10 11:31:59 +01:00 |
Michael Stefaniuc
|
32ec528405
|
rpcrt4: Bring the function definitions in sync with their declaration.
They got out of sync due to the unsigned long to ULONG changes in the headers.
|
2006-11-10 11:31:37 +01:00 |
Robert Shearman
|
5515633517
|
rpcrt4: Rename ndr_midl.c to ndr_clientserver.c to more accurately
idenitfy what the code contained does - it is a number of helpers for
generated client/server code.
|
2006-09-07 10:18:31 +02:00 |