comparison libmpdvdkit2/libdvdcss.c @ 10721:e482b16c7145

__CYGWIN__->SYS_CYGWIN define moved to the right place (cut from Joey's dvdkit2 update patch)
author arpi
date Sat, 30 Aug 2003 13:38:15 +0000
parents f23c35ce0d16
children c7afdb04c8c8
comparison
equal deleted inserted replaced
10720:f23c35ce0d16 10721:e482b16c7145
111 #include "css.h" 111 #include "css.h"
112 #include "libdvdcss.h" 112 #include "libdvdcss.h"
113 #include "ioctl.h" 113 #include "ioctl.h"
114 #include "device.h" 114 #include "device.h"
115 115
116 #ifdef __CYGWIN__
117 #define SYS_CYGWIN
118 #endif
119
120 #ifndef HAVE_MPLAYER 116 #ifndef HAVE_MPLAYER
121 #include "get_path.c" 117 #include "get_path.c"
122 #else 118 #else
123 extern char * get_path( char * filename ); 119 extern char * get_path( char * filename );
124 #endif 120 #endif