Conformance test for bug #7286

Dmitry Timoshkov dmitry at codeweavers.com
Thu Feb 1 23:15:02 CST 2007


"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.

-- 
Dmitry.



More information about the wine-devel mailing list