소스 검색

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

git-svn-id: trunk@11786 -
ivost 17 년 전
부모
커밋
15dd98d940
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;