Skip to content

Commit

Permalink
Expand condition for 64-bit compile compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
toleressea committed Dec 10, 2018
1 parent 49e05cf commit ec677bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zmqapi.pas
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ procedure MonitorProc( ZMQMonitorRec: PZMQMonitorRec );

procedure TZMQSocket.RegisterMonitor( proc: TZMQMonitorProc; events: TZMQMonitorEvents = cZMQMonitorEventsAll );
var
{$ifdef UNIX}
{$if Defined(UNIX) or Defined(WIN64)}
tid: QWord;
{$else}
tid: Cardinal;
Expand Down

0 comments on commit ec677bf

Please sign in to comment.