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/loader.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'loader/loader.h') diff --git a/loader/loader.h b/loader/loader.h index 29c13ef522..48778e1882 100644 --- a/loader/loader.h +++ b/loader/loader.h @@ -14,10 +14,6 @@ #ifndef MPLAYER_LOADER_H #define MPLAYER_LOADER_H -#ifdef __cplusplus -extern "C" { -#endif - #include "wine/windef.h" #include "wine/driver.h" #include "wine/mmreg.h" @@ -33,8 +29,4 @@ int WritePrivateProfileStringA_(const char* appname, const char* keyname, INT WINAPI LoadStringA( HINSTANCE instance, UINT resource_id, LPSTR buffer, INT buflen ); -#ifdef __cplusplus -} -#endif - #endif /* MPLAYER_LOADER_H */ -- cgit v1.2.3