* EInOutError.ErrorCode changed from Longint to Integer (16-bit Delphi 1

compatibility)

git-svn-id: trunk@27044 -
This commit is contained in:
nickysn 2014-03-09 13:21:27 +00:00
parent 73494f004d
commit ca451988a8

View File

@ -156,7 +156,7 @@ type
{ Run-time and I/O Errors }
EInOutError = class(Exception)
public
ErrorCode : Longint;
ErrorCode : Integer;
end;
EHeapMemoryError = class(Exception)