ntdll/tests: Make RtlIpv6AddressToString test data static and constant.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2020-05-27 23:57:48 -06:00 committed by Alexandre Julliard
parent b9acfa96a9
commit fef9849aae
1 changed files with 2 additions and 2 deletions

View File

@ -1711,7 +1711,7 @@ static void test_RtlIpv6AddressToString(void)
LPCSTR result; LPCSTR result;
IN6_ADDR ip; IN6_ADDR ip;
DWORD_PTR len; DWORD_PTR len;
struct static const struct
{ {
PCSTR address; PCSTR address;
int ip[8]; int ip[8];
@ -1835,7 +1835,7 @@ static void test_RtlIpv6AddressToStringEx(void)
NTSTATUS res; NTSTATUS res;
IN6_ADDR ip; IN6_ADDR ip;
ULONG len; ULONG len;
struct static const struct
{ {
PCSTR address; PCSTR address;
ULONG scopeid; ULONG scopeid;