Francois Gouget : include: Remove unneeded extern "C" directives.

Alexandre Julliard julliard at winehq.org
Wed Dec 14 13:23:32 CST 2011


Module: wine
Branch: master
Commit: 3e1af081c02b01b513137d33b3972fb0d34e811d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3e1af081c02b01b513137d33b3972fb0d34e811d

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Dec 13 21:12:20 2011 +0100

include: Remove unneeded extern "C" directives.

---

 include/vsstyle.h |    7 -------
 include/vssym32.h |    7 -------
 2 files changed, 0 insertions(+), 14 deletions(-)

diff --git a/include/vsstyle.h b/include/vsstyle.h
index ce9f7c7..e6fb1a3 100644
--- a/include/vsstyle.h
+++ b/include/vsstyle.h
@@ -19,9 +19,6 @@
 #ifndef __VSSTYLE_H__
 #define __VSSTYLE_H__
 
-#ifdef __cplusplus
-extern "C" {
-#endif
 
 #define TMTVS_RESERVEDLOW 100000
 #define TMTVS_RESERVEDHIGH 19999
@@ -1739,8 +1736,4 @@ enum CLOSEBUTTONSTATES {
     CBS_DISABLED = 4,
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* __VSSTYLE_H__ */
diff --git a/include/vssym32.h b/include/vssym32.h
index c58be0b..3536462 100644
--- a/include/vssym32.h
+++ b/include/vssym32.h
@@ -21,9 +21,6 @@
 
 #include "vsstyle.h"
 
-#ifdef __cplusplus
-extern "C" {
-#endif
 
 enum BGTYPE {
     BT_IMAGEFILE = 0,
@@ -678,8 +675,4 @@ enum MENUBANDSTATES {
     MDS_HOTCHECKED = 6,
 };
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* __VSSYM32_H__ */




More information about the wine-cvs mailing list