[lazarus] directive NEW1_1

o2 madarzoo at o2.pl
Fri Sep 12 18:14:54 EDT 2003



I compile LCL under FCP 1.1 and I found bug in 
utrace.pp
there is
 
 {$IFDEF 
NEW1_1}Pointer{$ELSE}Longint{$ENDIF})
 
I don't now why, I must change this 
to:
 
 
 {$IFDEF 
VER1_1}Pointer{$ELSE}Longint{$ENDIF});  
 
 
Darek
 




More information about the Lazarus mailing list