mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +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 }
|
||||
EInOutError = class(Exception)
|
||||
public
|
||||
ErrorCode : Longint;
|
||||
ErrorCode : Integer;
|
||||
end;
|
||||
|
||||
EHeapMemoryError = class(Exception)
|
||||
|
Loading…
Reference in New Issue
Block a user