[MPlayer-cvslog] r27783 - trunk/get_path.c

diego subversion at mplayerhq.hu
Thu Oct 16 20:14:35 CEST 2008


Author: diego
Date: Thu Oct 16 20:14:35 2008
New Revision: 27783

Log:
cosmetics: Merge some preprocessor checks.


Modified:
   trunk/get_path.c

Modified: trunk/get_path.c
==============================================================================
--- trunk/get_path.c	(original)
+++ trunk/get_path.c	Thu Oct 16 20:14:35 2008
@@ -18,18 +18,12 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
-#endif
-
-#ifdef __MINGW32__
+#elif __MINGW32__
 #include <windows.h>
-#endif
-
-#ifdef __CYGWIN__
+#elif __CYGWIN__
 #include <windows.h>
 #include <sys/cygwin.h>
-#endif
-
-#ifdef __OS2__
+#elif __OS2__
 #define INCL_DOS
 #include <os2.h>
 #endif



More information about the MPlayer-cvslog mailing list