Module: wine Branch: master Commit: 74b240bff207d048e2d519e58316581bbe944b19 URL: http://source.winehq.org/git/wine.git/?a=commit;h=74b240bff207d048e2d519e583...
Author: Francois Gouget fgouget@free.fr Date: Thu Sep 27 18:47:24 2007 +0200
includes: Remove unneeded extern "C" statements.
---
include/msidefs.h | 8 -------- include/wshisotp.h | 7 ------- 2 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/include/msidefs.h b/include/msidefs.h index 9e1e75d..ab9dcb6 100644 --- a/include/msidefs.h +++ b/include/msidefs.h @@ -19,10 +19,6 @@ #ifndef __WINE_MSIDEFS_H #define __WINE_MSIDEFS_H
-#ifdef __cplusplus -extern "C" { -#endif - enum msidbUpgradeAttributes { msidbUpgradeAttributesMigrateFeatures = 0x0000001, msidbUpgradeAttributesOnlyDetect = 0x00000002, @@ -243,8 +239,4 @@ enum msidbServiceControlEvent #define PID_MSISOURCE PID_WORDCOUNT #define PID_MSIRESTRICT PID_CHARCOUNT
-#ifdef __cplusplus -} -#endif - #endif /* __WINE_MSIDEFS_H */ diff --git a/include/wshisotp.h b/include/wshisotp.h index 28f2182..2e91086 100644 --- a/include/wshisotp.h +++ b/include/wshisotp.h @@ -19,9 +19,6 @@ #ifndef _WINE_WSHISOTP_ #define _WINE_WSHISOTP_
-#ifdef __cplusplus -extern "C" { -#endif /* defined(__cplusplus) */
/* * constants @@ -30,8 +27,4 @@ extern "C" { #define ISOPROTO_TP ISOPROTO_TP4
-#ifdef __cplusplus -} /* extern "C" */ -#endif /* defined(__cplusplus) */ - #endif /* _WINE_WSHISOTP_ */