ソースを参照

added size_t type in ctypes.pp for non unix systems

git-svn-id: trunk@11752 -
ivost 17 年 前
コミット
7582f7f325
1 ファイル変更2 行追加0 行削除
  1. 2 0
      rtl/inc/ctypes.pp

+ 2 - 0
rtl/inc/ctypes.pp

@@ -72,6 +72,8 @@ type
   culong                 = cardinal;           pculong                = ^culong;
 {$endif}
 
+  size_t                 = clong;              psize_t                = ^size_t;
+
 // Kylix compat types
   u_long  = culong;
   u_short = cushort;