Commit 07592f75 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

hnetcfg/tests: Use wide-char string literals.

parent 981da1d5
......@@ -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];
......
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