ntdll/cdrom : implement CDROM_Verify to work on Mac Os

Loïc Maury lmaury at gmail.com
Sun Jan 9 05:29:38 CST 2011


On Thu, Dec 30, 2010 at 11:20 AM, maury loïc <lmaury at gmail.com> wrote:

> Hello,
>
> it's my first patch, and it implement the CDROM_Verify()
> to work on Mac Os.
>
> merci
>
> Loïc
>
> ---
>  dlls/ntdll/cdrom.c |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/dlls/ntdll/cdrom.c b/dlls/ntdll/cdrom.c
> index 59f85a0..185f397 100644
> --- a/dlls/ntdll/cdrom.c
> +++ b/dlls/ntdll/cdrom.c
> @@ -1121,6 +1121,8 @@ static NTSTATUS CDROM_Verify(int dev, int fd)
>          return STATUS_SUCCESS;
>      else
>          return STATUS_NO_MEDIA_IN_DEVICE;
> +#elif defined(__APPLE__)
> +       return STATUS_SUCCESS;
>  #else
>      FIXME("not supported on this O/S\n");
>      return STATUS_NOT_SUPPORTED;
> --
> 1.7.3.2
>


Hello Wine Community,

I see the status of the patch is "pending", there something wrong with the
patch ?

Thank you

Loïc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20110109/7b8fb5a6/attachment.htm>


More information about the wine-devel mailing list