rpcrt4/tests: Make create_server_process() 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-12-09 01:42:03 +01:00 committed by Alexandre Julliard
parent 1d52a6e1b6
commit 83d1f1a3be
1 changed files with 1 additions and 1 deletions

View File

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