From 19fa8413ed86eeb143b6b7be2f00518ffc0f64f5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 19 Aug 2015 14:22:59 -0700 Subject: [PATCH] Stop defining HAVE_MS_C_RUNTIME. Change-Id: Ie491547552ba64d60d669b74115da96a0fcced18 --- core/combo/include/arch/windows/AndroidConfig.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 60268c8ad5..9ed61e945f 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -33,11 +33,6 @@ #error "CYGWIN is unsupported for platform builds" #endif -/* - * Define this if you build against MSVCRT.DLL - */ -#define HAVE_MS_C_RUNTIME - /* * We need to choose between 32-bit and 64-bit off_t. All of our code should * agree on the same size. For desktop systems, use 64-bit values,