mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:39:18 +02:00
* EInOutError.ErrorCode changed from Longint to Integer (16-bit Delphi 1
compatibility) git-svn-id: trunk@27044 -
This commit is contained in:
parent
73494f004d
commit
ca451988a8
@ -156,7 +156,7 @@ type
|
|||||||
{ Run-time and I/O Errors }
|
{ Run-time and I/O Errors }
|
||||||
EInOutError = class(Exception)
|
EInOutError = class(Exception)
|
||||||
public
|
public
|
||||||
ErrorCode : Longint;
|
ErrorCode : Integer;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
EHeapMemoryError = class(Exception)
|
EHeapMemoryError = class(Exception)
|
||||||
|
Loading…
Reference in New Issue
Block a user