Commit 74b240bf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

includes: Remove unneeded extern "C" statements.

parent d32d8ac8
...@@ -19,10 +19,6 @@ ...@@ -19,10 +19,6 @@
#ifndef __WINE_MSIDEFS_H #ifndef __WINE_MSIDEFS_H
#define __WINE_MSIDEFS_H #define __WINE_MSIDEFS_H
#ifdef __cplusplus
extern "C" {
#endif
enum msidbUpgradeAttributes { enum msidbUpgradeAttributes {
msidbUpgradeAttributesMigrateFeatures = 0x0000001, msidbUpgradeAttributesMigrateFeatures = 0x0000001,
msidbUpgradeAttributesOnlyDetect = 0x00000002, msidbUpgradeAttributesOnlyDetect = 0x00000002,
...@@ -243,8 +239,4 @@ enum msidbServiceControlEvent ...@@ -243,8 +239,4 @@ enum msidbServiceControlEvent
#define PID_MSISOURCE PID_WORDCOUNT #define PID_MSISOURCE PID_WORDCOUNT
#define PID_MSIRESTRICT PID_CHARCOUNT #define PID_MSIRESTRICT PID_CHARCOUNT
#ifdef __cplusplus
}
#endif
#endif /* __WINE_MSIDEFS_H */ #endif /* __WINE_MSIDEFS_H */
...@@ -19,9 +19,6 @@ ...@@ -19,9 +19,6 @@
#ifndef _WINE_WSHISOTP_ #ifndef _WINE_WSHISOTP_
#define _WINE_WSHISOTP_ #define _WINE_WSHISOTP_
#ifdef __cplusplus
extern "C" {
#endif /* defined(__cplusplus) */
/* /*
* constants * constants
...@@ -30,8 +27,4 @@ extern "C" { ...@@ -30,8 +27,4 @@ extern "C" {
#define ISOPROTO_TP ISOPROTO_TP4 #define ISOPROTO_TP ISOPROTO_TP4
#ifdef __cplusplus
} /* extern "C" */
#endif /* defined(__cplusplus) */
#endif /* _WINE_WSHISOTP_ */ #endif /* _WINE_WSHISOTP_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment