kernel32: Fix TIME_CompTimeZoneID return type.

This commit is contained in:
Dmitry Timoshkov 2007-07-29 21:27:41 +09:00 committed by Alexandre Julliard
parent a68059f4b7
commit ae271f275c

View File

@ -148,7 +148,7 @@ static int TIME_DayLightCompareDate( const SYSTEMTIME *date,
* TIME_ZONE_ID_STANDARD Current time is standard time * TIME_ZONE_ID_STANDARD Current time is standard time
* TIME_ZONE_ID_DAYLIGHT Current time is dayligh saving time * TIME_ZONE_ID_DAYLIGHT Current time is dayligh saving time
*/ */
static BOOL TIME_CompTimeZoneID ( const TIME_ZONE_INFORMATION *pTZinfo, static DWORD TIME_CompTimeZoneID ( const TIME_ZONE_INFORMATION *pTZinfo,
FILETIME *lpFileTime, BOOL islocal ) FILETIME *lpFileTime, BOOL islocal )
{ {
int ret; int ret;