mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:43:15 -06:00
18 lines
495 B
Plaintext
18 lines
495 B
Plaintext
//#define HAVE_WINDOWS_H
|
|
#define HAVE_DIRENT_H
|
|
#define HAVE_UTIME_H
|
|
#define HAVE_FCNTL_H
|
|
#define HAVE_SYS_VFS_H
|
|
#define HAVE_UNISTD_H
|
|
#define BINDIR80 getenv("ZXBINDIR")
|
|
#define LIBDIR80 getenv("ZXLIBDIR")
|
|
#define INCDIR80 getenv("ZXINCDIR")
|
|
#define LINUX
|
|
#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
|