+ ModuleIs* typed consts added

git-svn-id: trunk@7799 -
This commit is contained in:
florian 2007-06-24 20:28:40 +00:00
parent 1631ccf2cc
commit 5c58f69595

View File

@ -356,6 +356,10 @@ const
{ Indicates if there was an error }
StackError : boolean = FALSE;
InitProc : Pointer = nil;
{ compatibility }
ModuleIsLib : Boolean = FALSE;
ModuleIsPackage : Boolean = FALSE;
ModuleIsCpp : Boolean = FALSE;
var
ExitCode : Longint; public name 'operatingsystem_result';