hnetcfg/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
981da1d50d
commit
07592f7534
|
@ -109,7 +109,7 @@ static void test_interfaces(void)
|
|||
static void test_NetFwAuthorizedApplication(void)
|
||||
{
|
||||
INetFwAuthorizedApplication *app;
|
||||
static WCHAR empty[] = {0};
|
||||
static WCHAR empty[] = L"";
|
||||
UNIVERSAL_NAME_INFOW *info;
|
||||
WCHAR fullpath[MAX_PATH];
|
||||
WCHAR netpath[MAX_PATH];
|
||||
|
|
Loading…
Reference in New Issue