* moved islibrary,isconsole,ismulithread to systemh as they are

os independent
This commit is contained in:
peter 2000-06-22 18:39:14 +00:00
parent 6f23dbf6c6
commit aae7c24beb
2 changed files with 12 additions and 3 deletions

View File

@ -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.

View File

@ -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