diff options
-rw-r--r-- | src/input/input_dvd.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/input/input_dvd.c b/src/input/input_dvd.c index 14ff8c9e8..de47de0d5 100644 --- a/src/input/input_dvd.c +++ b/src/input/input_dvd.c @@ -71,14 +71,10 @@ #include <sys/cdio.h> /* CDIOCALLOW etc... */ #elif defined(HAVE_SYS_CDIO_H) #include <sys/cdio.h> -#else - -#ifdef WIN32 +#elif defined(WIN32) #include <io.h> /* read() */ #else #warning "This might not compile due to missing cdrom ioctls" -#endif /* WIN32 */ - #endif /* DVDNAV includes */ |