1
mirror of https://github.com/mpv-player/mpv synced 2024-07-31 16:29:58 +02:00

Remove pointless #ifdef around the whole file, it is just a complicated #if 1.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27760 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-13 16:06:15 +00:00
parent 9214b77133
commit 8322f0aef1

View File

@ -18,8 +18,6 @@
* Internal functions and structures for COM emulation code.
*/
#if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
#ifdef __cplusplus
extern "C" {
#endif
@ -89,6 +87,4 @@ void STDCALL CoTaskMemFree(void*);
};
#endif /* __cplusplus */
#endif /* WIN32 */
#endif /* MPLAYER_COM_H */