summaryrefslogtreecommitdiffstats
path: root/loader/wine/winreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/winreg.h')
-rw-r--r--loader/wine/winreg.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/wine/winreg.h b/loader/wine/winreg.h
index ede64c0fd5..f01c42fcca 100644
--- a/loader/wine/winreg.h
+++ b/loader/wine/winreg.h
@@ -7,10 +7,6 @@
#include "winbase.h"
#include "winnt.h"
-#ifdef __cplusplus
-extern "C" {
-#endif /* defined(__cplusplus) */
-
/*
#define SHELL_ERROR_SUCCESS 0L
#define SHELL_ERROR_BADDB 1L
@@ -50,8 +46,4 @@ typedef struct value_entW {
typedef ACCESS_MASK REGSAM;
-#ifdef __cplusplus
-} /* extern "C" */
-#endif /* defined(__cplusplus) */
-
#endif /* MPLAYER_WINREG_H */