dpnet/tests: Make test_lobbyclient() static.

This commit is contained in:
Francois Gouget 2014-09-11 12:29:30 +02:00 committed by Alexandre Julliard
parent 6b18008202
commit 345b8d0e26
1 changed files with 1 additions and 1 deletions

View File

@ -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;