Added C++ support.
This commit is contained in:
parent
97fb0d815c
commit
b74750c1b5
|
@ -24,6 +24,10 @@
|
||||||
#ifndef __WINE_RPCNDR_H
|
#ifndef __WINE_RPCNDR_H
|
||||||
#define __WINE_RPCNDR_H
|
#define __WINE_RPCNDR_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <basetsd.h>
|
#include <basetsd.h>
|
||||||
|
|
||||||
/* stupid #if can't handle casts... this __stupidity
|
/* stupid #if can't handle casts... this __stupidity
|
||||||
|
@ -507,4 +511,7 @@ RPCRTAPI void * RPC_ENTRY
|
||||||
RPCRTAPI void RPC_ENTRY
|
RPCRTAPI void RPC_ENTRY
|
||||||
NdrRpcSsDefaultFree( IN void *NodeToFree );
|
NdrRpcSsDefaultFree( IN void *NodeToFree );
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
#endif /*__WINE_RPCNDR_H */
|
#endif /*__WINE_RPCNDR_H */
|
||||||
|
|
Loading…
Reference in New Issue