[PATCH] dbghelp/tests: Make stack_walk_thread() static.

Francois Gouget fgouget at free.fr
Thu Aug 23 09:43:10 CDT 2018


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

diff --git a/dlls/dbghelp/tests/dbghelp.c b/dlls/dbghelp/tests/dbghelp.c
index 1292b667032..214adb7b16b 100644
--- a/dlls/dbghelp/tests/dbghelp.c
+++ b/dlls/dbghelp/tests/dbghelp.c
@@ -23,7 +23,7 @@
 
 #if defined(__i386__) || defined(__x86_64__)
 
-DWORD CALLBACK stack_walk_thread(void *arg)
+static DWORD CALLBACK stack_walk_thread(void *arg)
 {
     DWORD count = SuspendThread(GetCurrentThread());
     ok(!count, "got %d\n", count);
-- 
2.18.0




More information about the wine-devel mailing list