Browse Source

* removed size_t from ctypes.pp in trunk (reverted)

git-svn-id: trunk@11786 -
ivost 17 years ago
parent
commit
15dd98d940
1 changed files with 0 additions and 2 deletions
  1. 0 2
      rtl/inc/ctypes.pp

+ 0 - 2
rtl/inc/ctypes.pp

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