mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 15:47:52 +02:00
* the null file is called NUL, not NULL on Windows/WinCE
This commit is contained in:
parent
15f88d5e13
commit
be117b33d3
@ -384,7 +384,7 @@ end;
|
||||
|
||||
function TIODescriptor.SysNullFileName: string;
|
||||
begin
|
||||
result:='NULL';
|
||||
result:='NUL';
|
||||
end;
|
||||
|
||||
function TIODescriptor.SysIsTypeSupported(AValue: TIOType): Boolean;
|
||||
|
@ -409,7 +409,7 @@ end;
|
||||
|
||||
function TIODescriptor.SysNullFileName: string;
|
||||
begin
|
||||
result:='NULL';
|
||||
result:='NUL';
|
||||
end;
|
||||
|
||||
function TIODescriptor.SysIsTypeSupported(AValue: TIOType): Boolean;
|
||||
|
Loading…
Reference in New Issue
Block a user