Commit fef9849a authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

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

parent b9acfa96
......@@ -1711,7 +1711,7 @@ static void test_RtlIpv6AddressToString(void)
LPCSTR result;
IN6_ADDR ip;
DWORD_PTR len;
struct
static const struct
{
PCSTR address;
int ip[8];
......@@ -1835,7 +1835,7 @@ static void test_RtlIpv6AddressToStringEx(void)
NTSTATUS res;
IN6_ADDR ip;
ULONG len;
struct
static const struct
{
PCSTR address;
ULONG scopeid;
......
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