Charles Davis : ntdll: Shorten an ERR message and change it to a FIXME.

Alexandre Julliard julliard at winehq.org
Thu Oct 15 08:54:39 CDT 2009


Module: wine
Branch: master
Commit: a54ba8712f20f614c7b39c742981cd6c682fca8f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a54ba8712f20f614c7b39c742981cd6c682fca8f

Author: Charles Davis <cdavis at mymail.mines.edu>
Date:   Wed Oct 14 10:46:53 2009 -0600

ntdll: Shorten an ERR message and change it to a FIXME.

---

 dlls/ntdll/cdrom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/cdrom.c b/dlls/ntdll/cdrom.c
index b5f2365..94faf13 100644
--- a/dlls/ntdll/cdrom.c
+++ b/dlls/ntdll/cdrom.c
@@ -1018,7 +1018,7 @@ static NTSTATUS CDROM_ReadQChannel(int dev, int fd, const CDROM_SUB_Q_DATA_FORMA
     /* We need IOCDAudioControl for IOCTL_CDROM_CURRENT_POSITION */
     if (fmt->Format == IOCTL_CDROM_CURRENT_POSITION)
     {
-        ERR("This version of Mac OS X does not support IOCDAudioControl\n");
+        FIXME("NIY\n");
         return STATUS_NOT_SUPPORTED;
     }
     /* No IOCDAudioControl support; just set the audio status to none */




More information about the wine-cvs mailing list