diff vidix/dha.h @ 26979:caa5f90c7cb0

remove C++ inclusion guard from vidix headers
author ben
date Sat, 07 Jun 2008 11:47:33 +0000
parents 53ae66ee504e
children eea0247a150b
line wrap: on
line diff
--- a/vidix/dha.h	Sat Jun 07 11:45:25 2008 +0000
+++ b/vidix/dha.h	Sat Jun 07 11:47:33 2008 +0000
@@ -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 @@
 #define MTRR_TYPE_WRBACK     6
 extern int	mtrr_set_type(unsigned base,unsigned size,int type);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* MPLAYER_DHA_H */