mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:29:33 +02:00
* make IsLibrary a constant if the target has no dyn. lib support
git-svn-id: trunk@18867 -
This commit is contained in:
parent
df01d0209e
commit
a683b7e9f1
@ -471,8 +471,15 @@ var
|
||||
ExitCode : Longint; public name 'operatingsystem_result';
|
||||
RandSeed : Cardinal;
|
||||
{ Delphi compatibility }
|
||||
|
||||
{$ifdef FPC_HAS_FEATURE_DYNLIBS}
|
||||
IsLibrary : boolean = false;
|
||||
IsConsole : boolean;
|
||||
{$else FPC_HAS_FEATURE_DYNLIBS}
|
||||
const
|
||||
IsLibrary = false;
|
||||
var
|
||||
{$endif FPC_HAS_FEATURE_DYNLIBS}
|
||||
IsConsole : boolean = false;
|
||||
{ Threading support }
|
||||
fpc_threadvar_relocate_proc : pointer; public name 'FPC_THREADVAR_RELOCATE';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user