wine/include rpcdce.h

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 14 05:20:30 CST 2005


ChangeSet ID:	21240
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at winehq.org	2005/11/14 05:20:30

Modified files:
	include        : rpcdce.h 

Log message:
	Peter Lemenkov <petro at mail.ru>
	Added extern "C".

Patch: http://cvs.winehq.org/patch.py?id=21240

Old revision  New revision  Changes     Path
 1.29          1.30          +8 -0       wine/include/rpcdce.h

Index: wine/include/rpcdce.h
diff -u -p wine/include/rpcdce.h:1.29 wine/include/rpcdce.h:1.30
--- wine/include/rpcdce.h:1.29	14 Nov 2005 11:20:30 -0000
+++ wine/include/rpcdce.h	14 Nov 2005 11:20:30 -0000
@@ -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 */



More information about the wine-cvs mailing list