|
@@ -471,8 +471,15 @@ var
|
|
ExitCode : Longint; public name 'operatingsystem_result';
|
|
ExitCode : Longint; public name 'operatingsystem_result';
|
|
RandSeed : Cardinal;
|
|
RandSeed : Cardinal;
|
|
{ Delphi compatibility }
|
|
{ Delphi compatibility }
|
|
|
|
+
|
|
|
|
+{$ifdef FPC_HAS_FEATURE_DYNLIBS}
|
|
IsLibrary : boolean = false;
|
|
IsLibrary : boolean = false;
|
|
- IsConsole : boolean;
|
|
|
|
|
|
+{$else FPC_HAS_FEATURE_DYNLIBS}
|
|
|
|
+const
|
|
|
|
+ IsLibrary = false;
|
|
|
|
+var
|
|
|
|
+{$endif FPC_HAS_FEATURE_DYNLIBS}
|
|
|
|
+ IsConsole : boolean = false;
|
|
{ Threading support }
|
|
{ Threading support }
|
|
fpc_threadvar_relocate_proc : pointer; public name 'FPC_THREADVAR_RELOCATE';
|
|
fpc_threadvar_relocate_proc : pointer; public name 'FPC_THREADVAR_RELOCATE';
|
|
|
|
|