From b34dcf208b9c69bfda299ab6fe035ad99ed7ec01 Mon Sep 17 00:00:00 2001 From: "Pascal S. de Kloe" Date: Wed, 4 Apr 2007 13:41:11 +0200 Subject: Cleanup check for WIN32, use #elif rather than #else/#ifdef. --- src/input/input_dvd.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') 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 /* CDIOCALLOW etc... */ #elif defined(HAVE_SYS_CDIO_H) #include -#else - -#ifdef WIN32 +#elif defined(WIN32) #include /* read() */ #else #warning "This might not compile due to missing cdrom ioctls" -#endif /* WIN32 */ - #endif /* DVDNAV includes */ -- cgit v1.2.3