2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 15:44:56 +00:00

FreeBSD Fixes

Update HECL
This commit is contained in:
2016-01-31 00:39:04 -08:00
parent 39012da281
commit 60f9c80fcb
3 changed files with 5 additions and 4 deletions

View File

@@ -5,6 +5,10 @@
#include <zlib.h>
#include <png.h>
#if __FreeBSD__
#include <sys/wait.h>
#endif
#if _WIN32
#define _bswap32(v) _byteswap_ulong(v)
#define _bswap16(v) _byteswap_ushort(v)