Commit 44598d33 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dbghelp/tests: Make stack_walk_thread() static.

parent 6480387c
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment