Ver código fonte

* fix for missing INLINE ON removed during VER1_0 cleanup

git-svn-id: trunk@94 -
Tomas Hajny 20 anos atrás
pai
commit
09dd14ca17
1 arquivos alterados com 2 adições e 0 exclusões
  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);