--- dlls/ntdll/cdrom.c Wed Nov 29 00:18:04 2006 +++ dlls/ntdll/cdrom.c.orig Wed Nov 29 00:14:43 2006 @@ -56,18 +56,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(cdrom); -#ifndef CDIOCREADAUDIO -struct ioc_read_audio -{ - u_char address_format; - union msf_lba address; - int nframes; - u_char* buffer; -}; - -#define CDIOCREADAUDIO _IOWR('c',31,struct ioc_read_audio) -#endif - /* FIXME: this is needed because we can't open simultaneously several times /dev/cdrom * this should be removed when a proper device interface is implemented */