소스 검색

* re-export operatingsystem_result (only not needed for i386-linux-2.1.1)

git-svn-id: trunk@5203 -
micha 19 년 전
부모
커밋
53f935213f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      rtl/inc/systemh.inc

+ 1 - 1
rtl/inc/systemh.inc

@@ -342,7 +342,7 @@ const
   InitProc : Pointer = nil;
 
 var
-  ExitCode    : Word; {$ifdef VER2_0} public name 'operatingsystem_result'; {$endif}
+  ExitCode    : Word; public name 'operatingsystem_result';
   RandSeed    : Cardinal;
   { Delphi compatibility }
   IsLibrary : boolean = false;