mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
SYSTEMTIME type replaced by TIME.
svn path=/trunk/; revision=1520
This commit is contained in:
parent
a04660d2b0
commit
db38d666da
1 changed files with 7 additions and 7 deletions
|
@ -722,10 +722,10 @@ struct _SYSTEM_TIME_ZONE_INFORMATION
|
|||
{
|
||||
LONG Bias;
|
||||
WCHAR StandardName [32];
|
||||
SYSTEMTIME StandardDate;
|
||||
TIME StandardDate;
|
||||
LONG StandardBias;
|
||||
WCHAR DaylightName [32];
|
||||
SYSTEMTIME DaylightDate;
|
||||
TIME DaylightDate;
|
||||
LONG DaylightBias;
|
||||
|
||||
} SYSTEM_TIME_ZONE_INFORMATION, * PSYSTEM_TIME_ZONE_INFORMATION;
|
||||
|
|
Loading…
Reference in a new issue