mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Fix check for VisualStudio Version in mruby-math gem
This commit is contained in:
@@ -19,7 +19,7 @@ domain_error(mrb_state *mrb, const char *func)
|
||||
}
|
||||
|
||||
/* math functions not provided by Microsoft Visual C++ 2012 or older */
|
||||
#if defined _MSC_VER && _MSC_VER < 1800
|
||||
#if defined _MSC_VER && _MSC_VER < 1700
|
||||
|
||||
#include <float.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user