forked from MirrorRepos/RomWBW
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
472 B
16 lines
472 B
//#define HAVE_WINDOWS_H
|
|
#define HAVE_DIRENT_H
|
|
#define HAVE_UTIME_H
|
|
#define HAVE_FCNTL_H
|
|
#define HAVE_UNISTD_H
|
|
#define BINDIR80 getenv("ZXBINDIR")
|
|
#define LIBDIR80 getenv("ZXLIBDIR")
|
|
#define INCDIR80 getenv("ZXINCDIR")
|
|
#define DARWIN
|
|
#include <sys/param.h>
|
|
#include <sys/mount.h>
|
|
#define _S_IFDIR S_IFDIR
|
|
#define strcmpi(a,b) strcasecmp(a,b)
|
|
//#define WIN32
|
|
//#define WINVER 0x0501 // target Windows XP
|
|
//#define _WIN32_WINNNT 0x0501 // target Windows XP
|
|
|