0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

__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:
arpi 2003-08-30 13:38:15 +00:00
parent 7a58bc0197
commit 9a5cdbce1c
2 changed files with 4 additions and 4 deletions

View File

@ -29,6 +29,10 @@
*****************************************************************************/
#include <inttypes.h>
#ifdef __CYGWIN__
#define SYS_CYGWIN
#endif
#if defined( WIN32 )
#ifndef PATH_MAX

View File

@ -113,10 +113,6 @@
#include "ioctl.h"
#include "device.h"
#ifdef __CYGWIN__
#define SYS_CYGWIN
#endif
#ifndef HAVE_MPLAYER
#include "get_path.c"
#else