소스 검색

* Enable inline for ctypes.

git-svn-id: trunk@8129 -
daniel 18 년 전
부모
커밋
34afbcc040
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      rtl/inc/ctypes.pp

+ 2 - 0
rtl/inc/ctypes.pp

@@ -17,6 +17,8 @@
 
 unit ctypes;
 
+{$inline on}
+
 interface
 
 {$ifdef unix}