mirror of https://github.com/mpv-player/mpv
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:
parent
beef14987b
commit
11e54c5b67
12
get_path.c
12
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
|
||||
|
|
Loading…
Reference in New Issue