Another round of cleanups - the main code no longer refers to, let alone uses, anything in the platform folder - completely separated!

This commit is contained in:
waltje
2017-10-11 05:40:44 -04:00
parent efda4bde0d
commit c7cb446684
105 changed files with 2319 additions and 1585 deletions

View File

@@ -8,9 +8,11 @@
*
* Handle WinPcap library processing.
*
* Version: @(#)net_pcap.c 1.0.7 2017/10/09
* Version: @(#)net_pcap.c 1.0.8 2017/10/10
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
* Copyright 2017 Fred N. van Kempen.
*/
#include <stdio.h>
#include <stdint.h>
@@ -21,8 +23,8 @@
#include "../ibm.h"
#include "../config.h"
#include "../device.h"
#include "../win/plat_dynld.h"
#include "../win/plat_thread.h"
#include "../plat.h"
#include "../plat_dynld.h"
#include "network.h"