Browse Source

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

git-svn-id: trunk@5203 -
micha 19 years ago
parent
commit
53f935213f
1 changed files with 1 additions and 1 deletions
  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;