mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[EVENTVWR]
Display seconds for event time in event viewer. Patch by Lee Schroeder. CORE-8612 svn path=/trunk/; revision=65623
This commit is contained in:
@@ -646,7 +646,7 @@ QueryEventMessages(LPWSTR lpMachineName,
|
||||
GetEventUserName(pevlr, szUsername);
|
||||
|
||||
GetDateFormatW(LOCALE_USER_DEFAULT, DATE_SHORTDATE, &time, NULL, szLocalDate, MAX_PATH);
|
||||
GetTimeFormatW(LOCALE_USER_DEFAULT, TIME_NOSECONDS, &time, NULL, szLocalTime, MAX_PATH);
|
||||
GetTimeFormatW(LOCALE_USER_DEFAULT, 0, &time, NULL, szLocalTime, MAX_PATH);
|
||||
|
||||
GetEventType(pevlr->EventType, szEventTypeText);
|
||||
GetEventCategory(lpLogName, lpSourceName, pevlr, szCategory);
|
||||
|
||||
Reference in New Issue
Block a user