From b74750c1b52e6a442d7fffb402e930124c312dee Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Mon, 22 Mar 2004 20:38:06 +0000 Subject: [PATCH] Added C++ support. --- include/rpcndr.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/include/rpcndr.h b/include/rpcndr.h index 6bd3ff0add5..351c9efd78c 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -24,6 +24,10 @@ #ifndef __WINE_RPCNDR_H #define __WINE_RPCNDR_H +#ifdef __cplusplus +extern "C" { +#endif + #include /* stupid #if can't handle casts... this __stupidity @@ -507,4 +511,7 @@ RPCRTAPI void * RPC_ENTRY RPCRTAPI void RPC_ENTRY NdrRpcSsDefaultFree( IN void *NodeToFree ); +#ifdef __cplusplus +} +#endif #endif /*__WINE_RPCNDR_H */ -- 2.11.4.GIT