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:
parent
6480387cc6
commit
44598d335e
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue