mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 14:29:13 +02:00
+ initialize IsConsole and IsLibrary in the win16 system unit startup code
git-svn-id: trunk@31610 -
This commit is contained in:
parent
694d93d011
commit
9997ee54fb
@ -328,6 +328,10 @@ begin
|
|||||||
StackLength := pStackBot-pStackTop;
|
StackLength := pStackBot-pStackTop;
|
||||||
end;
|
end;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
{ To be set if this is a GUI or console application }
|
||||||
|
IsConsole := FALSE;
|
||||||
|
{ To be set if this is a library and not a program }
|
||||||
|
IsLibrary := FALSE;
|
||||||
{ Setup heap }
|
{ Setup heap }
|
||||||
InitWin16Heap;
|
InitWin16Heap;
|
||||||
end.
|
end.
|
||||||
|
Loading…
Reference in New Issue
Block a user