Commit 42dbdb13 authored by Alexandre Julliard's avatar Alexandre Julliard

rpcrt4: Make a variable static.

parent 4bb2199c
......@@ -78,7 +78,7 @@ static CRITICAL_SECTION_DEBUG threaddata_cs_debug =
};
static CRITICAL_SECTION threaddata_cs = { &threaddata_cs_debug, -1, 0, 0, 0, 0 };
struct list threaddata_list = LIST_INIT(threaddata_list);
static struct list threaddata_list = LIST_INIT(threaddata_list);
struct context_handle_list
{
......
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