From b15b512825a4b9434a68e0760538e8ae1a6cd29d Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 29 Jul 2015 08:45:40 -0700 Subject: [PATCH] Remove HAVE_WINDOWS_PATHS. Change-Id: I11284ceddf08eb284af56360f0cf80f4725c98e9 --- core/combo/include/arch/windows/AndroidConfig.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/combo/include/arch/windows/AndroidConfig.h b/core/combo/include/arch/windows/AndroidConfig.h index 8b9097b79..4abec4218 100644 --- a/core/combo/include/arch/windows/AndroidConfig.h +++ b/core/combo/include/arch/windows/AndroidConfig.h @@ -76,8 +76,6 @@ #define _WIN32 1 #define _WIN32_WINNT 0x0500 /* admit to using >= Win2K */ -#define HAVE_WINDOWS_PATHS /* needed by simulator */ - /* * The default path separator for the platform */