Commit 3f0ca3c7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntoskrnl.exe: Make run_work_item_worker() static.

parent f8c25628
...@@ -1226,7 +1226,7 @@ void WINAPI IoFreeWorkItem( PIO_WORKITEM work_item ) ...@@ -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; PIO_WORKITEM work_item = context;
DEVICE_OBJECT *device = work_item->device; DEVICE_OBJECT *device = work_item->device;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment