[Mesa-dev] [RFC PATCH 1/4] mesa: Unifdef _XBOX.

Ian Romanick idr at freedesktop.org
Mon Sep 22 11:45:08 PDT 2014


Assuming the VMware folks are okay with dropping WinCE support, this
series is

Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

On 09/22/2014 11:22 AM, Matt Turner wrote:
> Inexplicably added in commit 36940429.
> ---
>  src/mesa/main/imports.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/mesa/main/imports.c b/src/mesa/main/imports.c
> index 4afe156..b18603c 100644
> --- a/src/mesa/main/imports.c
> +++ b/src/mesa/main/imports.c
> @@ -532,7 +532,7 @@ _mesa_bsearch( const void *key, const void *base, size_t nmemb, size_t size,
>  char *
>  _mesa_getenv( const char *var )
>  {
> -#if defined(_XBOX) || defined(_WIN32_WCE)
> +#if defined(_WIN32_WCE)
>     return NULL;
>  #else
>     return getenv(var);
> 



More information about the mesa-dev mailing list