2
0
Эх сурвалжийг харах

+ Removed FPC_HASUSERDATA32 define

git-svn-id: trunk@254 -
michael 20 жил өмнө
parent
commit
71318f202b

+ 0 - 4
rtl/inc/filerec.inc

@@ -28,11 +28,7 @@ type
     Mode      : longint;
     RecSize   : SizeInt;
     _private  : array[1..3 * SizeOf(SizeInt) + 5 * SizeOf (pointer)] of byte;
-{$ifndef FPC_HASUSERDATA32}    
-    UserData  : array[1..16] of byte;
-{$else FPC_HASUSERDATA32}    
     UserData  : array[1..32] of byte;
-{$endif FPC_HASUSERDATA32}
     name      : array[0..filerecnamelength] of char;
   End;
 

+ 0 - 4
rtl/inc/textrec.inc

@@ -38,11 +38,7 @@ type
     inoutfunc,
     flushfunc,
     closefunc : pointer;
-{$ifndef FPC_HASUSERDATA32}    
-    UserData  : array[1..16] of byte;
-{$else FPC_HASUSERDATA32}    
     UserData  : array[1..32] of byte;
-{$endif FPC_HASUSERDATA32}
     name      : array[0..textrecnamelength-1] of char;
     LineEnd   : TLineEndStr;
     buffer    : textbuf;