projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b133b84
)
mesa: Unifdef _XBOX.
author
Matt Turner
<mattst88@gmail.com>
Mon, 22 Sep 2014 05:59:33 +0000
(22:59 -0700)
committer
Matt Turner
<mattst88@gmail.com>
Wed, 24 Sep 2014 16:58:43 +0000
(09:58 -0700)
Inexplicably added in commit
36940429
.
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
src/mesa/main/imports.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.c
b/src/mesa/main/imports.c
index c5a7d63fb5119898202638db1bfe93ed72cbbd70..5809a621d4a105d312f7e1aca61bd2d27825b958 100644
(file)
--- a/
src/mesa/main/imports.c
+++ b/
src/mesa/main/imports.c
@@
-518,7
+518,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);