ws2_32/tests: Fixed argument to GetComputerNameExW.
This commit is contained in:
parent
19d73d2847
commit
5af9acadb6
|
@ -6313,7 +6313,7 @@ static void test_GetAddrInfoW(void)
|
|||
int i, ret;
|
||||
ADDRINFOW *result, *result2, *p, hint;
|
||||
WCHAR name[256];
|
||||
DWORD size = sizeof(name);
|
||||
DWORD size = sizeof(name)/sizeof(WCHAR);
|
||||
|
||||
if (!pGetAddrInfoW || !pFreeAddrInfoW)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue