kernel32: CreateMemoryResourceNotification stub should return a waitable handle

Dan Kegel dank at kegel.com
Sun Feb 19 14:39:22 CST 2012


On Sun, Feb 19, 2012 at 12:01 PM, Vitaliy Margolen
<wine-devel at kievinfo.com> wrote:
>> +    return CreateEventA(NULL, FALSE, FALSE, "Fake
>> MemoryResourceNotification");
>
> I don't think you want a named event here. Anonymous would be better, in
> case the program will ask for another event.

Oh, right.  Anonymous it is, then.  I'll resend.  (Or we could use an
incrementing
name if folks like to be able to track where things came from.)
- Dan



More information about the wine-devel mailing list