From 04a9ca2700742def92ff5dfdf487f4724c9c4441 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Thu, 16 Mar 2017 15:43:48 +1100 Subject: mapi: don't include X11/Xlib-xcb.h on non PTHREAD platforms Should fix the last of the glthread build issues on windows. --- src/mapi/glapi/gen/gl_marshal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mapi/glapi/gen') diff --git a/src/mapi/glapi/gen/gl_marshal.py b/src/mapi/glapi/gen/gl_marshal.py index 576d42c1263..fe030901859 100644 --- a/src/mapi/glapi/gen/gl_marshal.py +++ b/src/mapi/glapi/gen/gl_marshal.py @@ -66,10 +66,10 @@ class PrintCode(gl_XML.gl_print_base): def printRealHeader(self): print header - print '#include ' - print print '#ifdef HAVE_PTHREAD' print + print '#include ' + print print 'static _X_INLINE int safe_mul(int a, int b)' print '{' print ' if (a < 0 || b < 0) return -1;' -- cgit v1.2.3