From 263317d00a4b3c4ee083cd74470c38083038e1ee Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 22 Nov 2004 19:11:01 +0000 Subject: include instead of "Xthreads.h" --- src/mesa/glapi/glthread.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/mesa/glapi/glthread.h') diff --git a/src/mesa/glapi/glthread.h b/src/mesa/glapi/glthread.h index 6dc136e975..1d2a4a7b00 100644 --- a/src/mesa/glapi/glthread.h +++ b/src/mesa/glapi/glthread.h @@ -1,9 +1,8 @@ - /* * Mesa 3-D graphics library - * Version: 3.5 + * Version: 6.3 * - * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2003 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -194,7 +193,7 @@ typedef CRITICAL_SECTION _glthread_Mutex; * We wrap it again for GL. */ #ifdef XTHREADS -#include "Xthreads.h" +#include typedef struct { xthread_key_t key; -- cgit v1.2.3