[MPlayer-cvslog] r27760 - trunk/loader/com.h

diego subversion at mplayerhq.hu
Mon Oct 13 18:06:15 CEST 2008


Author: diego
Date: Mon Oct 13 18:06:15 2008
New Revision: 27760

Log:
Remove pointless #ifdef around the whole file.


Modified:
   trunk/loader/com.h

Modified: trunk/loader/com.h
==============================================================================
--- trunk/loader/com.h	(original)
+++ trunk/loader/com.h	Mon Oct 13 18:06:15 2008
@@ -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 */



More information about the MPlayer-cvslog mailing list