mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 14:11:48 -06:00
- I know I said I was done, but I found some more stuff to clean up. I think I am really done now.
11 lines
283 B
Plaintext
11 lines
283 B
Plaintext
#define HAVE_WINDOWS_H
|
|
#define HAVE_FCNTL_H
|
|
#ifdef _MSC_VER
|
|
#define HAVE_DIRENT_H
|
|
#endif
|
|
#define HAVE_DIRECT_H
|
|
#define HAVE_IO_H
|
|
#define WINVER _WIN32_WINNT_WINXP // target Windows XP
|
|
#define _WIN32_WINNT _WIN32_WINNT_WINXP // target Windows XP
|
|
//#define FILETRACKER 1
|