dbghelp/tests: Make stack_walk_thread() static.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2018-08-23 16:43:10 +02:00 committed by Alexandre Julliard
parent 6480387cc6
commit 44598d335e

View file

@ -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);