Several cleanups, dynloading OpenAL and FluidSynth, update makefile for crosscompiling using MinGW.
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
#include <pcap.h>
|
||||
#include <pcap/pcap.h>
|
||||
#include "../emu.h"
|
||||
#include "../config.h"
|
||||
#include "../device.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
*
|
||||
* Based on the "libpcap" examples.
|
||||
*
|
||||
* Version: @(#)pcap_if.c 1.0.8 2018/02/14
|
||||
* Version: @(#)pcap_if.c 1.0.9 2018/02/24
|
||||
*
|
||||
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
*
|
||||
@@ -52,7 +52,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <ctype.h>
|
||||
#include <pcap.h>
|
||||
#include <pcap/pcap.h>
|
||||
#include <time.h>
|
||||
#include "../emu.h"
|
||||
#include "../plat.h"
|
||||
|
||||
Reference in New Issue
Block a user