Re: ntdll/cdrom : implement CDROM_Verify to work on Mac Os

2011-01-01 Thread maury loïc
On Sat, Jan 1, 2011 at 2:22 AM, James McKenzie wrote: > On 12/31/10 1:50 PM, Charles Davis wrote: > >> On 12/31/10 1:11 PM, Ken Thomases wrote: >> >>> I should add that this patch seem correct to me. It couldn't hurt to get >>> Charles Davis's input, of course. >>> >> I agree, for now. He should

Re: ntdll/cdrom : implement CDROM_Verify to work on Mac Os

2010-12-30 Thread maury loïc
, only if the media is already present. Logically, CDROM_Verify() return success, because when we are in CDROM_Verify() we already know the device. What do you think ? merci Loïc On Thu, Dec 30, 2010 at 12:51 PM, Ken Thomases wrote: > Hi Loïc, > > On Dec 30, 2010, at 4:20 AM, maury l

ntdll/cdrom : implement CDROM_Verify to work on Mac Os

2010-12-30 Thread maury loïc
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/dl