includes: Remove unneeded extern "C" statements.

This commit is contained in:
Francois Gouget 2007-09-27 18:47:24 +02:00 committed by Alexandre Julliard
parent d32d8ac862
commit 74b240bff2
2 changed files with 0 additions and 15 deletions

View File

@ -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 */

View File

@ -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_ */