commit | 19fa8413ed86eeb143b6b7be2f00518ffc0f64f5 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 19 14:22:59 2015 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 19 14:22:59 2015 -0700 |
tree | a652537db01d63bd057e054b55a1c289455e0105 | |
parent | 4d2b79f99ef34a504fe9f7e362a861d7ddee5659 [diff] |
Stop defining HAVE_MS_C_RUNTIME. Change-Id: Ie491547552ba64d60d669b74115da96a0fcced18
diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 60268c8..9ed61e9 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h
@@ -34,11 +34,6 @@ #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, * because some of our libraries (e.g. wxWidgets) expect to be built that way.