include: Update fields of SYSTEM_TIMEOFDAY_INFORMATION.
Signed-off-by: Vijay Kiran Kamuju <infyquest@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9bd51fff5d
commit
21bba87181
|
@ -1456,7 +1456,9 @@ typedef struct _SYSTEM_TIMEOFDAY_INFORMATION {
|
|||
LARGE_INTEGER liKeSystemTime;
|
||||
LARGE_INTEGER liExpTimeZoneBias;
|
||||
ULONG uCurrentTimeZoneId;
|
||||
DWORD dwUnknown1[5];
|
||||
ULONG Reserved;
|
||||
ULONGLONG BootTimeBias;
|
||||
ULONGLONG SleepTimeBias;
|
||||
#else
|
||||
BYTE Reserved1[48];
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue