From 11e54c5b679385fc0a91a0360dce84a279682a9f Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 16 Oct 2008 18:14:35 +0000 Subject: cosmetics: Merge some preprocessor checks. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27783 b3059339-0415-0410-9bf9-f77b7e298cf2 --- get_path.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'get_path.c') 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 #include #include -#endif - -#ifdef __MINGW32__ +#elif __MINGW32__ #include -#endif - -#ifdef __CYGWIN__ +#elif __CYGWIN__ #include #include -#endif - -#ifdef __OS2__ +#elif __OS2__ #define INCL_DOS #include #endif -- cgit v1.2.3