Browse Source

* fix for missing INLINE ON removed during VER1_0 cleanup

git-svn-id: trunk@94 -
Tomas Hajny 20 năm trước cách đây
mục cha
commit
09dd14ca17
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      rtl/os2/crt.pas

+ 2 - 0
rtl/os2/crt.pas

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