Browse Source

* fix for missing INLINE ON removed during VER1_0 cleanup

git-svn-id: trunk@94 -
Tomas Hajny 20 years ago
parent
commit
09dd14ca17
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/os2/crt.pas

+ 2 - 0
rtl/os2/crt.pas

@@ -14,6 +14,8 @@ unit crt;
 
 
 interface
 interface
 
 
+{$INLINE ON}
+
 {$i crth.inc}
 {$i crth.inc}
 
 
 procedure Window32 (X1, Y1, X2, Y2: dword);
 procedure Window32 (X1, Y1, X2, Y2: dword);