Francois Gouget : rpcrt4/tests: Make create_server_process() static.

Alexandre Julliard julliard at winehq.org
Mon Dec 10 15:46:03 CST 2018


Module: wine
Branch: master
Commit: 83d1f1a3be53de861c5bad331759b85591f7bc09
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=83d1f1a3be53de861c5bad331759b85591f7bc09

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Dec  9 01:42:03 2018 +0100

rpcrt4/tests: Make create_server_process() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/rpcrt4/tests/server.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/rpcrt4/tests/server.c b/dlls/rpcrt4/tests/server.c
index 587dc45..89cf514 100644
--- a/dlls/rpcrt4/tests/server.c
+++ b/dlls/rpcrt4/tests/server.c
@@ -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;




More information about the wine-cvs mailing list