Przeglądaj źródła

+ ModuleIs* typed consts added

git-svn-id: trunk@7799 -
florian 18 lat temu
rodzic
commit
5c58f69595
1 zmienionych plików z 4 dodań i 0 usunięć
  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';