Windows fix;

This commit is contained in:
bjorn 2017-04-14 01:00:07 -07:00
parent 3e58ce4e55
commit 5fa820215e
1 changed files with 4 additions and 0 deletions

View File

@ -65,6 +65,10 @@
#define isinf(x) (!isnan(x) && isnan((x) - (x)))
#endif
#ifdef _WIN32
#define strncasecmp _strnicmp
#endif
#define DEFAULT_SPARSE_CONVERT 0
#define DEFAULT_SPARSE_RATIO 2
#define DEFAULT_SPARSE_SAFE 10