From 0a3901e1aebd64e78ed6033ac90fdaffd77ce68e Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 11 Feb 2010 14:33:57 +0000 Subject: Remove extern "C" declarations from loader code. Our loader code is not a general-purpose library and not used from C++. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30538 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/drv.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'loader/drv.h') diff --git a/loader/drv.h b/loader/drv.h index b064b46802..9ae1f8fbec 100644 --- a/loader/drv.h +++ b/loader/drv.h @@ -6,10 +6,6 @@ #ifndef MPLAYER_DRV_H #define MPLAYER_DRV_H -#ifdef __cplusplus -extern "C" { -#endif - #include "wine/windef.h" #include "wine/driver.h" @@ -20,8 +16,4 @@ void CodecRelease(void); HDRVR DrvOpen(LPARAM lParam2); void DrvClose(HDRVR hdrvr); -#ifdef __cplusplus -} -#endif - #endif /* MPLAYER_DRV_H */ -- cgit v1.2.3