mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-01 04:42:46 +02:00
* moved islibrary,isconsole,ismulithread to systemh as they are
os independent
This commit is contained in:
parent
6f23dbf6c6
commit
aae7c24beb
@ -157,6 +157,8 @@ var
|
||||
StackBottom,
|
||||
LowestStack,
|
||||
RandSeed : Cardinal;
|
||||
{ Delphi compatible }
|
||||
IsLibrary,IsMultiThreaded,IsConsole : boolean;
|
||||
|
||||
|
||||
{****************************************************************************
|
||||
@ -443,7 +445,11 @@ const
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.84 2000-06-22 18:05:56 michael
|
||||
Revision 1.85 2000-06-22 18:41:25 peter
|
||||
* moved islibrary,isconsole,ismulithread to systemh as they are
|
||||
os independent
|
||||
|
||||
Revision 1.84 2000/06/22 18:05:56 michael
|
||||
+ Modifications for exception support in sysutils. Mainly added
|
||||
RaiseList function.
|
||||
|
||||
|
@ -72,7 +72,6 @@ var
|
||||
HInstance,
|
||||
MainInstance,
|
||||
cmdshow : longint;
|
||||
IsLibrary,IsMultiThreaded,IsConsole : boolean;
|
||||
DLLreason,DLLparam:longint;
|
||||
Win32StackTop : Dword;
|
||||
{ Thread count for DLL }
|
||||
@ -1325,7 +1324,11 @@ end.
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.64 2000-05-08 13:25:34 peter
|
||||
Revision 1.65 2000-06-22 18:39:14 peter
|
||||
* moved islibrary,isconsole,ismulithread to systemh as they are
|
||||
os independent
|
||||
|
||||
Revision 1.64 2000/05/08 13:25:34 peter
|
||||
* defined filemode constants in windows unit
|
||||
|
||||
Revision 1.63 2000/03/31 23:21:19 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user