Browse Source

Merged revisions 11216 via svnmerge from
svn+ssh://[email protected]/FPC/svn/fpc/trunk

........
r11216 | michael | 2008-06-10 22:06:32 +0200 (Tue, 10 Jun 2008) | 1 line

* Fixed apr_off_t (bug ID 11460)
........

git-svn-id: branches/fixes_2_2@11848 -

marco 17 năm trước cách đây
mục cha
commit
b12aab3ba0
1 tập tin đã thay đổi với 0 bổ sung9 xóa
  1. 0 9
      packages/httpd22/src/apr/apr.pas

+ 0 - 9
packages/httpd22/src/apr/apr.pas

@@ -97,16 +97,7 @@ type
   apr_uint32_tso_handle_t = cuint;
 
 type
-  {$IFDEF WINDOWS}
   apr_off_t = Int64;
-  {$ENDIF}
-  {$IFDEF UNIX}
-  {$ifdef CPU64}
-  apr_off_t = int64;
-  {$else}
-  apr_off_t = Integer;
-  {$endif}
-  {$ENDIF}
 
   apr_int32_t = Integer;
   Papr_int32_t = ^Integer;