mirror of https://github.com/mpv-player/mpv
__CYGWIN__->SYS_CYGWIN define moved to the right place
(cut from Joey's dvdkit2 update patch) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10722 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7a58bc0197
commit
9a5cdbce1c
|
@ -29,6 +29,10 @@
|
|||
*****************************************************************************/
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#define SYS_CYGWIN
|
||||
#endif
|
||||
|
||||
#if defined( WIN32 )
|
||||
|
||||
#ifndef PATH_MAX
|
||||
|
|
|
@ -113,10 +113,6 @@
|
|||
#include "ioctl.h"
|
||||
#include "device.h"
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#define SYS_CYGWIN
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_MPLAYER
|
||||
#include "get_path.c"
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue