includes: Remove unneeded extern "C" statements.
This commit is contained in:
parent
d32d8ac862
commit
74b240bff2
@ -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
|
|||||||
#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 @@
|
|||||||
#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" {
|
|||||||
#define ISOPROTO_TP ISOPROTO_TP4
|
#define ISOPROTO_TP ISOPROTO_TP4
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
} /* extern "C" */
|
|
||||||
#endif /* defined(__cplusplus) */
|
|
||||||
|
|
||||||
#endif /* _WINE_WSHISOTP_ */
|
#endif /* _WINE_WSHISOTP_ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user