Conformance test for bug #7286

Misha Koshelev mk144210 at bcm.tmc.edu
Thu Feb 1 23:41:08 CST 2007


Sending new patch to wine-patches now. Also, the important thing I think
about this conformance test (although the checks of course are important
too) is that on the current git version this conformance test will
completely kill wineserver (which my other patch for this bug fixes).

Misha

On Fri, 2007-02-02 at 13:15 +0800, Dmitry Timoshkov wrote:
> "Misha Koshelev" <mk144210 at bcm.tmc.edu> wrote:
> 
> > +    /* Now create the notification thread */
> > +    events[1] = CreateThread(NULL, 0, NotificationThread, (LPVOID)events[0],
> > +                              0, &threadId);
> > +    ok(events[1] != INVALID_HANDLE_VALUE, "CreateThread error: %d\n", GetLastError());
> 
> CreateThread returns NULL on error, not INVALID_HANDLE_VALUE.
> 



More information about the wine-devel mailing list