Merge pull request #632 from cremno/msvc-strtoll

MSVC doesn't define strtoll
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-12-16 14:33:27 -08:00
+1
View File
@@ -127,6 +127,7 @@ typedef short mrb_sym;
# define snprintf _snprintf
# define isnan _isnan
# define isinf(n) (!_finite(n) && !_isnan(n))
# define strtoll _strtoi64
#endif
#endif /* MRUBYCONF_H */