mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-29 03:31:17 -06:00
Build: MSVC 2017 compat (w/o xs code - Perl unit tests)
This commit is contained in:
parent
ed71f2ccd7
commit
a99c823401
3 changed files with 25 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue