aboutsummaryrefslogtreecommitdiff
path: root/redist
diff options
context:
space:
mode:
authorCNLohr <lohr85@gmail.com>2017-03-17 01:18:05 -0400
committerCNLohr <lohr85@gmail.com>2017-03-17 01:19:00 -0400
commit47d2e48cdb9d894e011fd02ed18486adefc49c72 (patch)
treeabd1406972bab21d075a5e14404004fc7dee9932 /redist
parent5cc41bddc37f8ed116575dddab34b514a417c883 (diff)
downloadlibsurvive-47d2e48cdb9d894e011fd02ed18486adefc49c72.tar.gz
libsurvive-47d2e48cdb9d894e011fd02ed18486adefc49c72.tar.bz2
Fix TCC compile.
Diffstat (limited to 'redist')
-rw-r--r--redist/json_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redist/json_helpers.c b/redist/json_helpers.c
index 1e2f43e..115076e 100644
--- a/redist/json_helpers.c
+++ b/redist/json_helpers.c
@@ -11,7 +11,7 @@
#include <malloc.h>
#endif
-#ifdef _WIN32
+#ifdef _MSC_VER
#include <stdarg.h>
// Windows doesn't provide asprintf, so we need to make it.