[PATCH 2/4] kernel32: Fix TIME_CompTimeZoneID return type

Dmitry Timoshkov dmitry at codeweavers.com
Sun Jul 29 07:59:15 CDT 2007


>From fcf71fcb32a9a8660b946d948d0d20a2bfd2f947 Mon Sep 17 00:00:00 2001
From: Dmitry Timoshkov <dmitry at codeweavers.com>
Date: Sun, 29 Jul 2007 21:27:41 +0900
Subject: [PATCH 2/4] kernel32: Fix TIME_CompTimeZoneID return type

---
 dlls/kernel32/time.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/kernel32/time.c b/dlls/kernel32/time.c
index 08002af..90af803 100644
--- a/dlls/kernel32/time.c
+++ b/dlls/kernel32/time.c
@@ -148,7 +148,7 @@ static int TIME_DayLightCompareDate( const SYSTEMTIME *date,
  *      TIME_ZONE_ID_STANDARD   Current time is standard 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 )
 {
     int ret;
-- 
1.5.2.3






More information about the wine-patches mailing list