git-svn-id: trunk@27175 -
@@ -21,7 +21,7 @@
procedure DosDir(func:byte;s: rawbytestring);
var
regs : Registers;
- len : Longint;
+ len : Integer;
begin
DoDirSeparators(s);
{ True DOS does not like backslashes at end
@@ -60,7 +60,7 @@ end;
Procedure do_ChDir(const s: rawbytestring);
len:=Length(s);
{ First handle Drive changes }
@@ -88,7 +88,7 @@ end;
procedure do_GetDir (DriveNr: byte; var Dir: RawByteString);
temp : array[0..260] of char;
- i : longint;
+ i : integer;
regs.DX:=drivenr;
@@ -250,7 +250,7 @@ procedure do_open(var f;p:pchar;flags:longint; pchangeable: boolean);
}
- action : longint;
+ action : word;
oldp : pchar;
{ close first if opened }