summaryrefslogtreecommitdiffstats
path: root/loader
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 16:06:15 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-13 16:06:15 +0000
commit8322f0aef1f97a0b6377fca57ee5131b143e67f6 (patch)
tree54672c03ac7e51b6592412a2bb69e98f616f8964 /loader
parent9214b77133591ef363bd13eda0da68782244dd5d (diff)
downloadmpv-8322f0aef1f97a0b6377fca57ee5131b143e67f6.tar.bz2
mpv-8322f0aef1f97a0b6377fca57ee5131b143e67f6.tar.xz
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
Diffstat (limited to 'loader')
-rw-r--r--loader/com.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/loader/com.h b/loader/com.h
index 3e9c1f3692..27f6a916b7 100644
--- a/loader/com.h
+++ b/loader/com.h
@@ -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 */