mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
- ReportEventW: Set UNICODE_STRING ComputerName to empty string vice NULL to make rpcrt4 happy.
svn path=/trunk/; revision=40956
This commit is contained in:
@@ -938,7 +938,7 @@ ReportEventW(IN HANDLE hEventLog,
|
||||
RtlInitUnicodeString(&Strings[i], lpStrings[i]);
|
||||
|
||||
/*FIXME: ComputerName */
|
||||
RtlInitEmptyUnicodeString(&ComputerName, NULL, 0);
|
||||
RtlInitEmptyUnicodeString(&ComputerName, L"", 0);
|
||||
|
||||
RpcTryExcept
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user