mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:26:13 +02:00
* made exitcode a longint, at least windows supports it, delphi uses a longint too
git-svn-id: trunk@6549 -
This commit is contained in:
parent
b8d56a1512
commit
f42a2d67b9
@ -357,7 +357,7 @@ const
|
||||
InitProc : Pointer = nil;
|
||||
|
||||
var
|
||||
ExitCode : Word; public name 'operatingsystem_result';
|
||||
ExitCode : Longint; public name 'operatingsystem_result';
|
||||
RandSeed : Cardinal;
|
||||
{ Delphi compatibility }
|
||||
IsLibrary : boolean = false;
|
||||
|
Loading…
Reference in New Issue
Block a user