Added C++ support.

oldstable
Eric Pouech 2004-03-22 20:38:06 +00:00 committed by Alexandre Julliard
parent 97fb0d815c
commit b74750c1b5
1 changed files with 7 additions and 0 deletions

View File

@ -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 */