summaryrefslogtreecommitdiff
path: root/src/corelib/render/software
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/render/software')
-rw-r--r--src/corelib/render/software/agg_basics.pas10
1 files changed, 1 insertions, 9 deletions
diff --git a/src/corelib/render/software/agg_basics.pas b/src/corelib/render/software/agg_basics.pas
index bda237cb..5abbecd4 100644
--- a/src/corelib/render/software/agg_basics.pas
+++ b/src/corelib/render/software/agg_basics.pas
@@ -149,15 +149,7 @@ type
p32 = record
case integer of
1 : (ptr : pointer );
-
- {$IFDEF CPU64 }
- 2 : (int : system.int64 );
-
- {$ELSE }
- 2 : (int : integer );
-
- {$ENDIF }
-
+ 2 : (int : ptrcomp );
end;
double_ptr_ptr = ^double_ptr;