aboutsummaryrefslogtreecommitdiffstats
path: root/src/base/UPath.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/UPath.pas')
-rw-r--r--src/base/UPath.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/UPath.pas b/src/base/UPath.pas
index 4ce76cf0..ba5daf59 100644
--- a/src/base/UPath.pas
+++ b/src/base/UPath.pas
@@ -813,8 +813,10 @@ begin
end;
function TPathImpl.Equals(const Other: IPath; IgnoreCase: boolean): boolean;
+{$IFNDEF UNIX}
var
SelfPath, OtherPath: UTF8String;
+{$ENDIF}
begin
{$IFDEF UNIX}
(*