Browse Source

+ ModuleIs* typed consts added

git-svn-id: trunk@7799 -
florian 18 years ago
parent
commit
5c58f69595
1 changed files with 4 additions and 0 deletions
  1. 4 0
      rtl/inc/systemh.inc

+ 4 - 0
rtl/inc/systemh.inc

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