projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e0c956
)
glapi: Do not use backtrace on MinGW.
author
Vinson Lee
<vlee@freedesktop.org>
Thu, 31 Jan 2013 07:23:54 +0000
(23:23 -0800)
committer
Vinson Lee
<vlee@freedesktop.org>
Fri, 1 Feb 2013 07:23:12 +0000
(23:23 -0800)
execinfo.h is not available on MinGW.
Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Jose Fonseca <jfonseca@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 a00c9c27a54313d838009b209653d56de3259832..a3c98982f807fd032eb9adb4f705f81a242e70fd 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(__CYGWIN__))
+ || (!defined(GLXEXT) && defined(DEBUG) && !defined(_WIN32_WCE) && !defined(__CYGWIN__)
&& !defined(__MINGW32__)
)
#define USE_BACKTRACE
#endif