Separated main code from UI and PLATform support code, plus other generally small fixes here and there.

This commit is contained in:
waltje
2017-10-10 03:07:29 -04:00
parent e88899bb3c
commit bd89e66b7b
47 changed files with 924 additions and 872 deletions

View File

@@ -8,7 +8,7 @@
*
* Handle WinPcap library processing.
*
* Version: @(#)net_pcap.c 1.0.6 2017/09/24
* Version: @(#)net_pcap.c 1.0.7 2017/10/09
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*/
@@ -21,9 +21,9 @@
#include "../ibm.h"
#include "../config.h"
#include "../device.h"
#include "network.h"
#include "../win/plat_dynld.h"
#include "../win/plat_thread.h"
#include "network.h"
static void *pcap_handle; /* handle to WinPcap DLL */