Author: jgardou
Date: Tue Oct 26 18:43:25 2010
New Revision: 49294
URL:
http://svn.reactos.org/svn/reactos?rev=49294&view=rev
Log:
[PSDK]
- fix definition of MIDL_STUB_DESC
Modified:
branches/cmake-bringup/include/psdk/rpcndr.h
Modified: branches/cmake-bringup/include/psdk/rpcndr.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/psdk/rpcn…
==============================================================================
--- branches/cmake-bringup/include/psdk/rpcndr.h [iso-8859-1] (original)
+++ branches/cmake-bringup/include/psdk/rpcndr.h [iso-8859-1] Tue Oct 26 18:43:25 2010
@@ -343,7 +343,7 @@
typedef struct _MIDL_STUB_DESC
{
void *RpcInterfaceInformation;
- void * (__WINE_ALLOC_SIZE(1) __RPC_API *pfnAllocate)(SIZE_T);
+ void * (__WINE_ALLOC_SIZE(1) __RPC_API *pfnAllocate)(size_t);
void (__RPC_API *pfnFree)(void *);
union {
handle_t *pAutoHandle;