Browse Source

--- Merging r36642 into '.':
U packages/fv/src/w32smsg.inc
--- Recording mergeinfo for merge of r36642 into '.':
U .

# revisions: 36642

git-svn-id: branches/fixes_3_0@37100 -

marco 8 years ago
parent
commit
e502f7a1d7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/fv/src/w32smsg.inc

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

@@ -145,7 +145,7 @@ begin
   EnterCriticalSection(ChangeSystemEvents);
   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;