Re: [PATCH 2/2] kernel32: very simple initial threadpool test
26 Jan
2014
26 Jan
'14
9:33 a.m.
Marcus Meissner <marcus(a)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.
4337
Age (days ago)
4337
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov