Build: MSVC 2017 compat (w/o xs code - Perl unit tests)

This commit is contained in:
Vojtech Kral 2019-01-29 15:48:30 +01:00
parent ed71f2ccd7
commit a99c823401
3 changed files with 25 additions and 5 deletions

View file

@ -45,7 +45,9 @@ extern "C" {
#define chdir _chdir
#define isatty _isatty
#define lseek _lseek
#if _MSC_VER < 1900
#define snprintf _snprintf
#endif
#define strncasecmp _strnicmp
#define strcasecmp _stricmp
#define stat _stat