diff options
-rw-r--r-- | orc-test/orctest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/orc-test/orctest.c b/orc-test/orctest.c index 4dde900..061bb78 100644 --- a/orc-test/orctest.c +++ b/orc-test/orctest.c @@ -16,6 +16,7 @@ #ifdef _MSC_VER #define isnan(x) _isnan(x) +#define snprintf _snprintf #endif #define MIN_NONDENORMAL (1.1754944909521339405e-38) |