commit | 66f839d94f109436ec864a7940b9ceb24e4ae84a | [log] [tgz] |
---|---|---|
author | Peter Lemenkov <petro@mail.ru> | Mon Nov 14 11:20:30 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 14 11:20:30 2005 +0000 |
tree | bb302f3bccbbbb792f77cb5124510a253910c1b3 | |
parent | 996e594240e91d1d505397f003f3f6f4c6c44a71 [diff] [blame] |
Added extern "C".
diff --git a/include/rpcdce.h b/include/rpcdce.h index c684244..66df3ea 100644 --- a/include/rpcdce.h +++ b/include/rpcdce.h
@@ -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 int RPC_ENTRY UuidIsNil( UUID* Uuid, RPC_STATUS* Status_ ); +#ifdef __cplusplus +} +#endif + #include <rpcdcep.h> #endif /*__WINE_RPCDCE_H */