Browse Source

AROS: 64 bit fix for sysutils FileCreate

Marcus Sackrow 3 years ago
parent
commit
07ff5f423a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/amicommon/sysutils.pp

+ 1 - 1
rtl/amicommon/sysutils.pp

@@ -249,7 +249,7 @@ end;
 function FileCreate(const FileName: RawByteString) : THandle;
 var
   SystemFileName: RawByteString;
-  dosResult: LongInt;
+  dosResult: THandle;
 begin
   dosResult:=-1;