mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[EVENTVWR]
* Minor style change. svn path=/trunk/; revision=64575
This commit is contained in:
parent
b5c736907f
commit
8aec3eb0e2
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ BOOL
|
|||
QueryEventMessages(LPWSTR lpMachineName,
|
||||
LPWSTR lpLogName)
|
||||
{
|
||||
HWND hwndDlg=0;
|
||||
HWND hwndDlg = NULL;
|
||||
HANDLE hEventLog;
|
||||
EVENTLOGRECORD *pevlr;
|
||||
DWORD dwRead, dwNeeded, dwThisRecord, dwTotalRecords = 0, dwCurrentRecord = 0, dwRecordsToRead = 0, dwFlags, dwMaxLength;
|
||||
|
|
Loading…
Reference in a new issue