Francois Gouget : dpnet/tests: Make test_lobbyclient() static.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 11 13:40:14 CDT 2014


Module: wine
Branch: master
Commit: 345b8d0e268492db4af07bf41450e5bef3150457
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=345b8d0e268492db4af07bf41450e5bef3150457

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Sep 11 12:29:30 2014 +0200

dpnet/tests: Make test_lobbyclient() static.

---

 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;




More information about the wine-cvs mailing list