summaryrefslogtreecommitdiffstats
path: root/loader/wine/vfw.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/wine/vfw.h')
-rw-r--r--loader/wine/vfw.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/loader/wine/vfw.h b/loader/wine/vfw.h
index 1cf94b5ac7..7bf72be42d 100644
--- a/loader/wine/vfw.h
+++ b/loader/wine/vfw.h
@@ -6,10 +6,6 @@
#ifndef MPLAYER_VFW_H
#define MPLAYER_VFW_H
//#include "pshpack1.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#include "windef.h"
typedef struct __attribute__((__packed__))
@@ -667,7 +663,4 @@ typedef struct {
#define AVIERR_USERABORT MAKE_AVIERR(198)
#define AVIERR_ERROR MAKE_AVIERR(199)
-#ifdef __cplusplus
-}
-#endif
#endif /* MPLAYER_VFW_H */