projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f2537e5
)
[PSDK]
author
Jérôme Gardou
<jerome.gardou@reactos.org>
Tue, 26 Oct 2010 18:43:25 +0000
(18:43 +0000)
committer
Jérôme Gardou
<jerome.gardou@reactos.org>
Tue, 26 Oct 2010 18:43:25 +0000
(18:43 +0000)
- fix definition of MIDL_STUB_DESC
svn path=/branches/cmake-bringup/; revision=49294
include/psdk/rpcndr.h
patch
|
blob
|
history
diff --git
a/include/psdk/rpcndr.h
b/include/psdk/rpcndr.h
index
588deb5
..
60f66dc
100644
(file)
--- a/
include/psdk/rpcndr.h
+++ b/
include/psdk/rpcndr.h
@@
-343,7
+343,7
@@
typedef struct _COMM_FAULT_OFFSETS
typedef struct _MIDL_STUB_DESC
{
void *RpcInterfaceInformation;
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;
void (__RPC_API *pfnFree)(void *);
union {
handle_t *pAutoHandle;