changeset 27726:5e3c7164f943

Remove pointless #ifdef around the whole file, it is just a complicated #if 1.
author diego
date Mon, 13 Oct 2008 16:06:15 +0000
parents ff471ebcf7c0
children 48c1ae64255b
files loader/com.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/loader/com.h	Mon Oct 13 15:51:29 2008 +0000
+++ b/loader/com.h	Mon Oct 13 16:06:15 2008 +0000
@@ -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 @@
 };
 #endif /* __cplusplus */
 
-#endif /* WIN32 */
-
 #endif /* MPLAYER_COM_H */