summaryrefslogtreecommitdiff
path: root/orc-test
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-05-31 19:39:09 -0700
committerDavid Schleef <ds@schleef.org>2011-05-31 19:39:09 -0700
commit13995a6000a77213628d6ac625f955d31a60d9f9 (patch)
treeabde532b2fc7f25ccf9db548f57909ac6f7d349c /orc-test
parentc529dd83a4982b7e0272020a5a4d6e137ba8f007 (diff)
test: add msvc define for snprintf
Diffstat (limited to 'orc-test')
-rw-r--r--orc-test/orctest.c1
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)