Commit 345b8d0e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

dpnet/tests: Make test_lobbyclient() static.

parent 6b180082
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment