mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +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;
|
InitProc : Pointer = nil;
|
||||||
|
|
||||||
var
|
var
|
||||||
ExitCode : Word; public name 'operatingsystem_result';
|
ExitCode : Longint; public name 'operatingsystem_result';
|
||||||
RandSeed : Cardinal;
|
RandSeed : Cardinal;
|
||||||
{ Delphi compatibility }
|
{ Delphi compatibility }
|
||||||
IsLibrary : boolean = false;
|
IsLibrary : boolean = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user