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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user