regstr.h only defines contants and structures and thus does not need an extern "C" statement.

Francois Gouget fgouget at free.fr
Thu Sep 20 14:35:31 CDT 2007


---
 include/regstr.h |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/include/regstr.h b/include/regstr.h
index ef6cf99..99df694 100644
--- a/include/regstr.h
+++ b/include/regstr.h
@@ -21,9 +21,6 @@
 #ifndef _INC_REGSTR
 #define _INC_REGSTR
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* defined(__cplusplus) */
 
 #define REGSTR_PATH_UNINSTALL			TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Uninstall")
 
@@ -32,8 +29,5 @@ extern "C" {
 /* UninstallString <= 63 chars in Windows (otherwise problems) */
 #define REGSTR_VAL_UNINSTALLER_COMMANDLINE	TEXT("UninstallString")
 
-#ifdef __cplusplus
-} /* extern "C" */
-#endif /* defined(__cplusplus) */
 
 #endif  /* _INC_REGSTR_H */
-- 
1.5.2.4




More information about the wine-patches mailing list