msvcp140/tests: Make chore_callback() static.

Francois Gouget fgouget at free.fr
Sat Apr 1 07:36:42 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/msvcp140/tests/msvcp140.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msvcp140/tests/msvcp140.c b/dlls/msvcp140/tests/msvcp140.c
index 6d1a5f8d75..1419669bda 100644
--- a/dlls/msvcp140/tests/msvcp140.c
+++ b/dlls/msvcp140/tests/msvcp140.c
@@ -410,7 +410,7 @@ static void test__TaskEventLogger(void)
     ok(logger.started, "logger.started = FALSE\n");
 }
 
-void __cdecl chore_callback(void *arg)
+static void __cdecl chore_callback(void *arg)
 {
     HANDLE event = arg;
     SetEvent(event);
-- 
2.11.0




More information about the wine-patches mailing list