Commit 66f839d9 authored by Peter Lemenkov's avatar Peter Lemenkov Committed by Alexandre Julliard

Added extern "C".

parent 996e5942
......@@ -19,6 +19,10 @@
#ifndef __WINE_RPCDCE_H
#define __WINE_RPCDCE_H
#ifdef __cplusplus
extern "C" {
#endif
#ifndef IN
#define IN
#endif
......@@ -312,6 +316,10 @@ RPCRTAPI unsigned short RPC_ENTRY
RPCRTAPI int RPC_ENTRY
UuidIsNil( UUID* Uuid, RPC_STATUS* Status_ );
#ifdef __cplusplus
}
#endif
#include <rpcdcep.h>
#endif /*__WINE_RPCDCE_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