dhcpcsvc/tests: Use wide-char string literals.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bffe111672
commit
1c2d53faa2
|
@ -43,7 +43,7 @@ static IP_ADAPTER_ADDRESSES *get_adapters(void)
|
|||
|
||||
static void test_DhcpRequestParams(void)
|
||||
{
|
||||
static WCHAR nosuchW[] = {'n','o','s','u','c','h','a','d','a','p','t','e','r',0};
|
||||
static WCHAR nosuchW[] = L"nosuchadapter";
|
||||
DHCPCAPI_PARAMS params[6];
|
||||
DHCPCAPI_PARAMS_ARRAY send_params, recv_params;
|
||||
IP_ADAPTER_ADDRESSES *adapters, *ptr;
|
||||
|
|
Loading…
Reference in New Issue