ntoskrnl.exe: Make run_work_item_worker() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f8c2562826
commit
3f0ca3c7a4
|
@ -1226,7 +1226,7 @@ void WINAPI IoFreeWorkItem( PIO_WORKITEM work_item )
|
|||
}
|
||||
|
||||
|
||||
void WINAPI run_work_item_worker(TP_CALLBACK_INSTANCE *instance, void *context)
|
||||
static void WINAPI run_work_item_worker(TP_CALLBACK_INSTANCE *instance, void *context)
|
||||
{
|
||||
PIO_WORKITEM work_item = context;
|
||||
DEVICE_OBJECT *device = work_item->device;
|
||||
|
|
Loading…
Reference in New Issue