mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 16:43:28 +00: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:
parent
9214b77133
commit
8322f0aef1
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user