# HG changeset patch # User diego # Date 1224180875 0 # Node ID fe1ef9daa92e53ba03641c6e5c1d8e0be990934a # Parent 6b0875706a2278f4eecfec271f2f7cbffc4b5507 cosmetics: Merge some preprocessor checks. diff -r 6b0875706a22 -r fe1ef9daa92e get_path.c --- a/get_path.c Thu Oct 16 18:13:26 2008 +0000 +++ b/get_path.c Thu Oct 16 18:14:35 2008 +0000 @@ -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