More portability changes and cleanups. 86Box now also compiles (and runs) on FreeBSD 10.4-RELEASE.
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
|
||||
/* Modified for use with PCem by bit */
|
||||
|
||||
//#ifdef FREEBSD
|
||||
//# define fopen64 fopen
|
||||
//# define fseeko64 fseeko
|
||||
//# define ftello64 ftello
|
||||
//#endif
|
||||
#define _LARGEFILE_SOURCE
|
||||
#define _LARGEFILE64_SOURCE
|
||||
#ifdef WIN32
|
||||
@@ -36,6 +41,7 @@
|
||||
#include <sstream>
|
||||
#include <vector>
|
||||
#include <sys/stat.h>
|
||||
#include "../plat.h"
|
||||
#include "cdrom_dosbox.h"
|
||||
|
||||
#if !defined(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user