# HG changeset patch # User diego # Date 1223913975 0 # Node ID 5e3c7164f943e5c00536c4903e78e6021a083ae5 # Parent ff471ebcf7c0c7a08c903b005852c29d5faa0748 Remove pointless #ifdef around the whole file, it is just a complicated #if 1. diff -r ff471ebcf7c0 -r 5e3c7164f943 loader/com.h --- 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 */