summaryrefslogtreecommitdiffstats
path: root/get_path.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-16 18:14:35 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-16 18:14:35 +0000
commit11e54c5b679385fc0a91a0360dce84a279682a9f (patch)
tree125f829668e53c285c2fec451aa38964ad721790 /get_path.c
parentbeef14987b61b016b633e5a6163647639b75ab31 (diff)
downloadmpv-11e54c5b679385fc0a91a0360dce84a279682a9f.tar.bz2
mpv-11e54c5b679385fc0a91a0360dce84a279682a9f.tar.xz
cosmetics: Merge some preprocessor checks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27783 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'get_path.c')
-rw-r--r--get_path.c12
1 files changed, 3 insertions, 9 deletions
diff --git a/get_path.c b/get_path.c
index 17520f2a2c..1cb7bd8207 100644
--- a/get_path.c
+++ b/get_path.c
@@ -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