Browse Source

* Fix compilation : implement correct GetLocalTimeOffset overload

Michaël Van Canneyt 5 months ago
parent
commit
1ae6f4ab97
1 changed files with 1 additions and 1 deletions
  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