Commit b74750c1 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added C++ support.

parent 97fb0d81
......@@ -24,6 +24,10 @@
#ifndef __WINE_RPCNDR_H
#define __WINE_RPCNDR_H
#ifdef __cplusplus
extern "C" {
#endif
#include <basetsd.h>
/* 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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment