- ReportEventW: Set UNICODE_STRING ComputerName to empty string vice NULL to make rpcrt4 happy.

svn path=/trunk/; revision=40956
This commit is contained in:
Michael Martin 2009-05-17 14:10:40 +00:00
parent c174fbbe51
commit c561a75f5f

View file

@ -938,7 +938,7 @@ ReportEventW(IN HANDLE hEventLog,
RtlInitUnicodeString(&Strings[i], lpStrings[i]);
/*FIXME: ComputerName */
RtlInitEmptyUnicodeString(&ComputerName, NULL, 0);
RtlInitEmptyUnicodeString(&ComputerName, L"", 0);
RpcTryExcept
{