[rpcdce.h] Fix function naming conventions

Peter Lemenkov petro at mail.ru
Sat Nov 12 08:38:57 CST 2005


Hello, All!

This patch fixes naming convention of functions, described in rpcdce.h.

-- 
With best regards, Peter Lemenkov.
-------------- next part --------------
--- include/rpcdce.h	2005-10-25 10:49:34.000000000 -0400
+++ include/rpcdce.h	2005-10-30 20:08:04.411014750 -0500
@@ -19,6 +19,11 @@
 #ifndef __WINE_RPCDCE_H
 #define __WINE_RPCDCE_H
 
+#ifdef __cplusplus
+extern "C"
+{
+#endif  // __cplusplus
+
 #ifndef IN
 #define IN
 #endif
@@ -312,6 +317,10 @@
 RPCRTAPI int RPC_ENTRY
   UuidIsNil( UUID* Uuid, RPC_STATUS* Status_ );
 
+#ifdef __cplusplus
+}
+#endif  // __cplusplus
+
 #include <rpcdcep.h>
 
 #endif /*__WINE_RPCDCE_H */


More information about the wine-patches mailing list