Added extern "C".
This commit is contained in:
parent
996e594240
commit
66f839d94f
|
@ -19,6 +19,10 @@
|
||||||
#ifndef __WINE_RPCDCE_H
|
#ifndef __WINE_RPCDCE_H
|
||||||
#define __WINE_RPCDCE_H
|
#define __WINE_RPCDCE_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef IN
|
#ifndef IN
|
||||||
#define IN
|
#define IN
|
||||||
#endif
|
#endif
|
||||||
|
@ -312,6 +316,10 @@ RPCRTAPI unsigned short RPC_ENTRY
|
||||||
RPCRTAPI int RPC_ENTRY
|
RPCRTAPI int RPC_ENTRY
|
||||||
UuidIsNil( UUID* Uuid, RPC_STATUS* Status_ );
|
UuidIsNil( UUID* Uuid, RPC_STATUS* Status_ );
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <rpcdcep.h>
|
#include <rpcdcep.h>
|
||||||
|
|
||||||
#endif /*__WINE_RPCDCE_H */
|
#endif /*__WINE_RPCDCE_H */
|
||||||
|
|
Loading…
Reference in New Issue