mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 16:29:27 +01:00
* fix for missing INLINE ON removed during VER1_0 cleanup
git-svn-id: trunk@94 -
This commit is contained in:
parent
fca7672e8e
commit
09dd14ca17
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user