Several cleanups, dynloading OpenAL and FluidSynth, update makefile for crosscompiling using MinGW.

This commit is contained in:
waltje
2018-02-24 23:16:21 -05:00
parent 779cbe062d
commit 51aecc4ba6
10 changed files with 733 additions and 584 deletions

View File

@@ -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"

View File

@@ -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"