* the null file is called NUL, not NULL on Windows/WinCE

This commit is contained in:
Sven/Sarah Barth 2025-01-13 23:27:55 +01:00
parent 15f88d5e13
commit be117b33d3
2 changed files with 2 additions and 2 deletions

View File

@ -384,7 +384,7 @@ end;
function TIODescriptor.SysNullFileName: string;
begin
result:='NULL';
result:='NUL';
end;
function TIODescriptor.SysIsTypeSupported(AValue: TIOType): Boolean;

View File

@ -409,7 +409,7 @@ end;
function TIODescriptor.SysNullFileName: string;
begin
result:='NULL';
result:='NUL';
end;
function TIODescriptor.SysIsTypeSupported(AValue: TIOType): Boolean;