From c2e97de49586c993498ebd5883d37a98917a9097 Mon Sep 17 00:00:00 2001 From: David Brown Date: Tue, 8 Nov 2016 20:42:36 +0000 Subject: [PATCH] Update bootstrap. --- bootstrap/SYSTEM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/SYSTEM.h b/bootstrap/SYSTEM.h index 3f3b6133..d9778393 100644 --- a/bootstrap/SYSTEM.h +++ b/bootstrap/SYSTEM.h @@ -26,7 +26,7 @@ #define _SIZE_T_DEFINED_ // For OpenBSD void *memcpy(void *dest, const void *source, size_t size); -#if defined _WIN32 +#if defined _MSC_VER #define alloca _alloca #endif void *alloca(size_t size);