瀏覽代碼

+ ModuleIs* typed consts added

git-svn-id: trunk@7799 -
florian 18 年之前
父節點
當前提交
5c58f69595
共有 1 個文件被更改,包括 4 次插入0 次删除
  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';