소스 검색

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