mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
SYSTEMTIME type replaced by TIME.
svn path=/trunk/; revision=1520
This commit is contained in:
@@ -720,13 +720,13 @@ struct _SYSTEM_DRIVER_LOAD
|
||||
typedef
|
||||
struct _SYSTEM_TIME_ZONE_INFORMATION
|
||||
{
|
||||
LONG Bias;
|
||||
WCHAR StandardName [32];
|
||||
SYSTEMTIME StandardDate;
|
||||
LONG StandardBias;
|
||||
WCHAR DaylightName [32];
|
||||
SYSTEMTIME DaylightDate;
|
||||
LONG DaylightBias;
|
||||
LONG Bias;
|
||||
WCHAR StandardName [32];
|
||||
TIME StandardDate;
|
||||
LONG StandardBias;
|
||||
WCHAR DaylightName [32];
|
||||
TIME DaylightDate;
|
||||
LONG DaylightBias;
|
||||
|
||||
} SYSTEM_TIME_ZONE_INFORMATION, * PSYSTEM_TIME_ZONE_INFORMATION;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user