Commit 83d1f1a3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

rpcrt4/tests: Make create_server_process() static.

parent 1d52a6e1
......@@ -1973,7 +1973,7 @@ static void test_server_listening(void)
ok(status == RPC_S_OK, "RpcStringFree\n");
}
HANDLE create_server_process(void)
static HANDLE create_server_process(void)
{
SECURITY_ATTRIBUTES sec_attr = { sizeof(sec_attr), NULL, TRUE };
HANDLE ready_event;
......
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