[PATCH 2/2] kernel32: very simple initial threadpool test

Dmitry Timoshkov dmitry at baikal.ru
Sun Jan 26 09:33:07 CST 2014


Marcus Meissner <marcus at jet.franken.de> wrote:

> +static NTAPI void threadpool_workcallback(PTP_CALLBACK_INSTANCE instance, void *context, PTP_WORK work) {
> +    int *foo = (int*)context;
> +
> +    (*foo)++;
> +}

Although this most likely compiles without warnings 'NTAPI' should be
replaced by the correct one, and its placement should be fixed.

-- 
Dmitry.



More information about the wine-devel mailing list