<br><br><div class="gmail_quote">On Thu, Dec 30, 2010 at 11:20 AM, maury loïc <span dir="ltr">&lt;<a href="mailto:lmaury@gmail.com">lmaury@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Hello,</div><div><br></div><div>it&#39;s my first patch, and it implement the CDROM_Verify()</div><div>to work on Mac Os.</div><div><br></div><div>merci</div><div><br></div><div>Loïc </div><div><br></div><div>---</div>

<div> dlls/ntdll/cdrom.c |    2 ++</div><div> 1 files changed, 2 insertions(+), 0 deletions(-)</div><div><br></div><div>diff --git a/dlls/ntdll/cdrom.c b/dlls/ntdll/cdrom.c</div><div>index 59f85a0..185f397 100644</div><div>

--- a/dlls/ntdll/cdrom.c</div><div>+++ b/dlls/ntdll/cdrom.c</div><div>@@ -1121,6 +1121,8 @@ static NTSTATUS CDROM_Verify(int dev, int fd)</div><div>         return STATUS_SUCCESS;</div><div>     else</div><div>         return STATUS_NO_MEDIA_IN_DEVICE;</div>

<div>+#elif defined(__APPLE__)</div><div>+       return STATUS_SUCCESS;</div><div> #else</div><div>     FIXME(&quot;not supported on this O/S\n&quot;);</div><div>     return STATUS_NOT_SUPPORTED;</div><div>-- </div><div>
1.7.3.2</div>
</blockquote></div><br><div><br></div><div><div>Hello Wine Community,</div><div><br></div><div>I see the status of the patch is &quot;pending&quot;, there something wrong with the patch ?</div><div><br></div><div>Thank you </div>
<div><br></div><div>Loïc  </div></div>