1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-08-01 11:25:50 +00:00

OSX and linux build fixes

This commit is contained in:
tamasmeszaros
2018-05-22 10:15:15 +02:00
parent 1f01dbb1ec
commit e36164c76b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#include <agg/agg_path_storage.h>
// For png compression
#ifdef WIN32
#if defined(WIN32) || defined(__APPLE__ )
inline char *strerror_r(int errnum, char *buf, size_t buflen) {
strerror_s(buf, buflen, errnum);
return buf;