added {$INLINE ON}

git-svn-id: trunk@8175 -
This commit is contained in:
vincents 2005-11-16 09:28:25 +00:00
parent cd0845f2aa
commit 5b7a95ffb2
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ the Delphi Windows unit. This is only done for compatibility.
unit LCLIntf;
{$mode objfpc}{$H+}
{$inline on}
interface

View File

@ -25,6 +25,7 @@
unit LCLProc;
{$mode objfpc}{$H+}
{$inline on}
interface