From 8322f0aef1f97a0b6377fca57ee5131b143e67f6 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 13 Oct 2008 16:06:15 +0000 Subject: [PATCH] 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 --- loader/com.h | 4 ---- 1 file changed, 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 */