diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-11 14:33:57 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-02-11 14:33:57 +0000 |
commit | 0a3901e1aebd64e78ed6033ac90fdaffd77ce68e (patch) | |
tree | f8bf73cedd6cc89be679481aeca50dac14129c70 /loader/wine/basetsd.h | |
parent | 19f5552dd17d66f305d6f70c0cd35e4abe373d8b (diff) |
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
Diffstat (limited to 'loader/wine/basetsd.h')
-rw-r--r-- | loader/wine/basetsd.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/loader/wine/basetsd.h b/loader/wine/basetsd.h index 7a13d58dba..0ec90a9aeb 100644 --- a/loader/wine/basetsd.h +++ b/loader/wine/basetsd.h @@ -13,10 +13,6 @@ #include "config.h" -#ifdef __cplusplus -extern "C" { -#endif /* defined(__cplusplus) */ - /* * Win32 was easy to implement under Unix since most (all?) 32-bit * Unices uses the same type model (ILP32) as Win32, where int, long @@ -165,8 +161,4 @@ typedef __uint32 DWORD_PTR, *PDWORD_PTR; typedef INT_PTR SSIZE_T, *PSSIZE_T; typedef UINT_PTR SIZE_T, *PSIZE_T; -#ifdef __cplusplus -} /* extern "C" */ -#endif /* defined(__cplusplus) */ - #endif /* MPLAYER_BASETSD_H */ |