almindor/lnet

Compiling Mac

Opened this issue · 0 comments

In LCLNet.pas the following is missing at around line 82:

{$ifdef LCLQT5}
{$i lclgtkeventer.inc} // identical code ;)
{$endif}

{$ifdef LCLCOCOA}
{$i lclgtkeventer.inc} // identical code ;)
{$endif}