mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:49:23 +02:00
* EOSError.errorcode change to Longint which is more compatible
with unix platforms
This commit is contained in:
parent
4ccec73aa5
commit
e2df62fc08
@ -152,7 +152,7 @@ type
|
|||||||
|
|
||||||
EOSError = class(Exception)
|
EOSError = class(Exception)
|
||||||
public
|
public
|
||||||
ErrorCode: DWORD;
|
ErrorCode: Longint;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
ESafecallException = class(Exception);
|
ESafecallException = class(Exception);
|
||||||
@ -231,7 +231,11 @@ Type
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.6 2004-01-05 22:37:24 florian
|
Revision 1.7 2004-01-28 22:09:52 peter
|
||||||
|
* EOSError.errorcode change to Longint which is more compatible
|
||||||
|
with unix platforms
|
||||||
|
|
||||||
|
Revision 1.6 2004/01/05 22:37:24 florian
|
||||||
* changed sysutils.exec to ExecuteProcess
|
* changed sysutils.exec to ExecuteProcess
|
||||||
|
|
||||||
Revision 1.5 2003/11/26 22:17:42 michael
|
Revision 1.5 2003/11/26 22:17:42 michael
|
||||||
|
Loading…
Reference in New Issue
Block a user