1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-27 10:35:51 +00:00

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
+2
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