mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Fix build (i.e. a change that shouldn't have been done).
svn path=/trunk/; revision=71671
This commit is contained in:
parent
21cc5e26a7
commit
dbffece26e
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ QueryEventMessages(LPWSTR lpMachineName,
|
|||
HANDLE hEventLog;
|
||||
EVENTLOGRECORD *pevlr;
|
||||
DWORD dwRead, dwNeeded, dwThisRecord, dwTotalRecords = 0, dwCurrentRecord = 0, dwRecordsToRead = 0, dwFlags, dwMaxLength;
|
||||
SIZE_T cchRemaining;
|
||||
size_t cchRemaining;
|
||||
LPWSTR lpszSourceName;
|
||||
LPWSTR lpszComputerName;
|
||||
BOOL bResult = TRUE; /* Read succeeded */
|
||||
|
|
Loading…
Reference in a new issue