dpnet/tests: Make test_lobbyclient() static.

Francois Gouget fgouget at free.fr
Thu Sep 11 05:29:30 CDT 2014


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

diff --git a/dlls/dpnet/tests/client.c b/dlls/dpnet/tests/client.c
index 7f10439..253526a 100644
--- a/dlls/dpnet/tests/client.c
+++ b/dlls/dpnet/tests/client.c
@@ -211,7 +211,7 @@ static void test_get_sp_caps(void)
        "expected 0x10000, got 0x%x\n", caps.dwSystemBufferSize);
 }
 
-void test_lobbyclient(void)
+static void test_lobbyclient(void)
 {
     HRESULT hr;
     IDirectPlay8LobbyClient *client = NULL;
-- 
2.1.0



More information about the wine-patches mailing list