summaryrefslogtreecommitdiffstats
path: root/vidix/dha.h
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:47:33 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:47:33 +0000
commit494da54eaf11c759f05c703aa635ce1f0324cbb8 (patch)
treee088c27cc6728b6d1bc4dee49fb0d60c9a10abc2 /vidix/dha.h
parentd47186c5d85318df77cb67050eb08af1de3d4bd6 (diff)
downloadmpv-494da54eaf11c759f05c703aa635ce1f0324cbb8.tar.bz2
mpv-494da54eaf11c759f05c703aa635ce1f0324cbb8.tar.xz
remove C++ inclusion guard from vidix headers
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27011 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'vidix/dha.h')
-rw-r--r--vidix/dha.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/vidix/dha.h b/vidix/dha.h
index 7acc3c6c73..eb2a269c46 100644
--- a/vidix/dha.h
+++ b/vidix/dha.h
@@ -36,10 +36,6 @@
#ifndef MPLAYER_DHA_H
#define MPLAYER_DHA_H
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#ifndef DEV_SVGA
#define DEV_SVGA "/dev/svga"
#endif
@@ -92,8 +88,4 @@ extern void unmap_phys_mem(void *ptr, unsigned long size);
#define MTRR_TYPE_WRBACK 6
extern int mtrr_set_type(unsigned base,unsigned size,int type);
-#ifdef __cplusplus
-}
-#endif
-
#endif /* MPLAYER_DHA_H */