Uthernet: enable support on Linux. (PR #943)

* Make tfe easier to compile in Linux.
* libpcap in Linux: we can just use the libpcap provided and link to it directly.
This commit is contained in:
Andrea
2021-04-23 20:59:02 +01:00
committed by GitHub
parent 9bec2ce405
commit f959f4f1d6
12 changed files with 120 additions and 103 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "../Common.h"
#include "../Registry.h"
#include "../resource/resource.h"
#include "../Tfe/Tfe.h"
#include "../Tfe/Tfesupp.h"
#include "../Tfe/tfe.h"
#include "../Tfe/tfesupp.h"
CPageConfigTfe* CPageConfigTfe::ms_this = 0; // reinit'd in ctor