diff --git a/ext/import-svg.cpp b/ext/import-svg.cpp index cb0b2b9..074f6c4 100644 --- a/ext/import-svg.cpp +++ b/ext/import-svg.cpp @@ -8,6 +8,7 @@ #ifdef _WIN32 #pragma warning(disable:4996) + #define strncasecmp(s1, s2, n) _strnicmp(s1, s2, n) #endif #define ARC_SEGMENTS_PER_PI 2