cosmetics: Merge some preprocessor checks.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27783 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-10-16 18:14:35 +00:00
parent beef14987b
commit 11e54c5b67
1 changed files with 3 additions and 9 deletions

View File

@ -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