Explorar el Código

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

git-svn-id: trunk@36643 -
marco hace 8 años
padre
commit
0eaa8c2a57
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;