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

Matt Turner mattst88 at gmail.com
Mon Sep 22 11:22:40 PDT 2014


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);
-- 
1.8.5.5



More information about the mesa-dev mailing list