summaryrefslogtreecommitdiffstats
path: root/loader/wine/windef.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/windef.h')
-rw-r--r--loader/wine/windef.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/wine/windef.h b/loader/wine/windef.h
index ddf0228dd0..24b0039cee 100644
--- a/loader/wine/windef.h
+++ b/loader/wine/windef.h
@@ -17,10 +17,6 @@
#define __stdcall
#endif
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* Misc. constants. */
#ifdef FALSE
@@ -633,8 +629,4 @@ typedef const RECTL *LPCRECTL;
((r16)->left = (INT16)(r32)->left, (r16)->top = (INT16)(r32)->top, \
(r16)->right = (INT16)(r32)->right, (r16)->bottom = (INT16)(r32)->bottom)
-#ifdef __cplusplus
-}
-#endif
-
#endif /* MPLAYER_WINDEF_H */