瀏覽代碼

* Fix compilation : implement correct GetLocalTimeOffset overload

Michaël Van Canneyt 7 月之前
父節點
當前提交
1ae6f4ab97
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/wince/sysutils.pp

+ 1 - 1
rtl/wince/sysutils.pp

@@ -499,7 +499,7 @@ begin
    end;
    end;
 end;
 end;
 
 
-function GetLocalTimeOffset(const DateTime: TDateTime; const InputIsUTC: Boolean; out Offset: Integer): Boolean;
+function GetLocalTimeOffset(const DateTime: TDateTime; const InputIsUTC: Boolean; out Offset: Integer; out isDst : boolean): Boolean;
 
 
 begin
 begin
   Result := False; // not supported
   Result := False; // not supported