mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[EVENTVWR]
* Minor style change. svn path=/trunk/; revision=64575
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user