dpnet/tests: Make test_lobbyclient() static.
This commit is contained in:
parent
6b18008202
commit
345b8d0e26
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue