Francois Gouget : ntoskrnl.exe: Make run_work_item_worker() static.

Alexandre Julliard julliard at winehq.org
Thu May 9 13:32:43 CDT 2019


Module: wine
Branch: master
Commit: 3f0ca3c7a4e01bdb5b92a07ec62dfda7f605165f
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3f0ca3c7a4e01bdb5b92a07ec62dfda7f605165f

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu May  9 10:59:20 2019 +0200

ntoskrnl.exe: Make run_work_item_worker() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntoskrnl.exe/ntoskrnl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntoskrnl.exe/ntoskrnl.c b/dlls/ntoskrnl.exe/ntoskrnl.c
index 86111b4..0005ed2 100644
--- a/dlls/ntoskrnl.exe/ntoskrnl.c
+++ b/dlls/ntoskrnl.exe/ntoskrnl.c
@@ -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;




More information about the wine-cvs mailing list