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:
parent
1d52a6e1b6
commit
83d1f1a3be
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue