mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
fix TzSpecificLocalTimeToSystemTime signature according to Wine & MSDN
svn path=/trunk/; revision=40772
This commit is contained in:
parent
40892ef9b8
commit
ce4f81375e
1 changed files with 2 additions and 2 deletions
|
@ -661,8 +661,8 @@ SystemTimeToTzSpecificLocalTime(CONST TIME_ZONE_INFORMATION *lpTimeZoneInformati
|
|||
*/
|
||||
BOOL
|
||||
WINAPI
|
||||
TzSpecificLocalTimeToSystemTime(CONST TIME_ZONE_INFORMATION *lpTimeZoneInformation,
|
||||
CONST SYSTEMTIME *lpLocalTime,
|
||||
TzSpecificLocalTimeToSystemTime(LPTIME_ZONE_INFORMATION lpTimeZoneInformation,
|
||||
LPSYSTEMTIME lpLocalTime,
|
||||
LPSYSTEMTIME lpUniversalTime)
|
||||
{
|
||||
FILETIME ft;
|
||||
|
|
Loading…
Reference in a new issue