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"