projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0b81b
)
glapi: Do not use backtrace on Cygwin.
author
Vinson Lee
<vlee@freedesktop.org>
Sat, 29 Sep 2012 22:22:14 +0000
(15:22 -0700)
committer
Vinson Lee
<vlee@freedesktop.org>
Fri, 5 Oct 2012 05:28:15 +0000
(22:28 -0700)
execinfo.h is not available on Cygwin.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/gl_gentable.py
patch
|
blob
|
history
diff --git
a/src/mapi/glapi/gen/gl_gentable.py
b/src/mapi/glapi/gen/gl_gentable.py
index 5657e32774334c63b3d7c34db5311cf8b8ec78f4..edaabdbacecaf122afd78c0220fea0e51e4417f8 100644
(file)
--- a/
src/mapi/glapi/gen/gl_gentable.py
+++ b/
src/mapi/glapi/gen/gl_gentable.py
@@
-42,7
+42,7
@@
header = """/* GLXEXT is the define used in the xserver when the GLX extension i
#endif
#if (defined(GLXEXT) && defined(HAVE_BACKTRACE)) \\
- || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE))
+ || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE)
&& !defined(__CYGWIN__)
)
#define USE_BACKTRACE
#endif