Преглед изворни кода

* preparation for 64-bit amiga support (:-))

git-svn-id: trunk@36643 -
marco пре 8 година
родитељ
комит
0eaa8c2a57
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/fv/src/amismsg.inc

+ 1 - 1
packages/fv/src/amismsg.inc

@@ -65,7 +65,7 @@ begin
     exit;
   SystemEvent:=PendingSystemHead^;
   inc(PendingSystemHead);
-  if longint(PendingSystemHead)=longint(@PendingSystemEvent)+sizeof(PendingSystemEvent) then
+  if ptrint(PendingSystemHead)=ptrint(@PendingSystemEvent)+sizeof(PendingSystemEvent) then
    PendingSystemHead:=@PendingSystemEvent;
   dec(PendingSystemEvents);
   LastSystemEvent:=SystemEvent;