From 47d2e48cdb9d894e011fd02ed18486adefc49c72 Mon Sep 17 00:00:00 2001 From: CNLohr Date: Fri, 17 Mar 2017 01:18:05 -0400 Subject: Fix TCC compile. --- redist/json_helpers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redist') 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 #endif -#ifdef _WIN32 +#ifdef _MSC_VER #include // Windows doesn't provide asprintf, so we need to make it. -- cgit v1.2.3