Re: ntdll/cdrom : implement CDROM_Verify to work on Mac OS X, with comment (try 2)

2011-01-22 Thread Ken Thomases
On Jan 22, 2011, at 8:35 AM, Loïc Maury wrote: > I have add comment in the code for the patch. > @@ -1121,6 +1121,10 @@ static NTSTATUS CDROM_Verify(int dev, int fd) > return STATUS_SUCCESS; > else > return STATUS_NO_MEDIA_IN_DEVICE; > +/* At this point, we know that we hav

Re: 3Dmark2001se & heap corruption

2011-01-22 Thread Henri Verbeet
On 23 January 2011 00:11, wrote: > Is that somehow useful? > Are there any calls in between? It may just be an application bug.

3Dmark2001se & heap corruption

2011-01-22 Thread wylda
Hi, i was able to narrow the problem: 0009:CALL MFC42.823() ret=00ae484e 0009:Call msvcrt.malloc(0031) ret=5f40384f 0009:Call ntdll.RtlAllocateHeap(0011,,0031) ret=7ea60413 0009:trace:heap:RtlAllocateHeap (0x11,7062,0031): returning 0xc11c70 0009:Ret ntdll.R

ntdll/cdrom : implement CDROM_Verify to work on Mac OS X, with comment (try 2)

2011-01-22 Thread Loïc Maury
Hello, I have add comment in the code for the patch. Thank you Loïc --- dlls/ntdll/cdrom.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/dlls/ntdll/cdrom.c b/dlls/ntdll/cdrom.c index 59f85a0..d65850d 100644 --- a/dlls/ntdll/cdrom.c +++ b/dlls/ntdll/cdrom.c @@ -112

Re: winscard

2011-01-22 Thread André Hentschel
Am 21.01.2011 09:53, schrieb vince: > Hi all, > > I'm back with a smaller and reworked winscard patch. > > In respond to Vitaly Margolen > (http://www.winehq.org/pipermail/wine-devel/2010-September/087017.html) > 1. I used configure to get the so name of the library. > 2. I removed trailing spac