File tree Expand file tree Collapse file tree 5 files changed +483
-249
lines changed Expand file tree Collapse file tree 5 files changed +483
-249
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@   TForm1 = class(TForm)
4242  end ;
4343
4444  PyPointRec = record 
45-     ob_refcnt      : NativeInt ;
45+     ob_refcnt      : NativeUInt ;
4646    ob_type        : PPyTypeObject;
4747    po_x           : Integer;
4848    po_y           : Integer;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@   TForm1 = class(TForm)
4848  end ;
4949
5050  PyPointRec = record 
51-     ob_refcnt      : NativeInt ;
51+     ob_refcnt      : NativeUInt ;
5252    ob_type        : PPyTypeObject;
5353    po_x           : Integer;
5454    po_y           : Integer;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@   TForm1 = class(TForm)
4747  end ;
4848
4949  PyPointRec = record 
50-     ob_refcnt      : NativeInt ;
50+     ob_refcnt      : NativeUInt ;
5151    ob_type        : PPyTypeObject;
5252    po_x           : Integer;
5353    po_y           : Integer;
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments