From 34afbcc040b4d9813e2a290d6f72e8cea766553a Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 22 Jul 2007 10:10:35 +0000 Subject: [PATCH] * Enable inline for ctypes. git-svn-id: trunk@8129 - --- rtl/inc/ctypes.pp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rtl/inc/ctypes.pp b/rtl/inc/ctypes.pp index 8ef58c0a9a..6096af22bb 100644 --- a/rtl/inc/ctypes.pp +++ b/rtl/inc/ctypes.pp @@ -17,6 +17,8 @@ unit ctypes; +{$inline on} + interface {$ifdef unix}