mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
gallium: s/GLuint/unsigned/ to work with gallium when THREADS not defined
This commit is contained in:
parent
9ef61b9808
commit
ffeae75031
1 changed files with 3 additions and 3 deletions
|
|
@ -259,11 +259,11 @@ typedef benaphore _glthread_Mutex;
|
|||
* THREADS not defined
|
||||
*/
|
||||
|
||||
typedef GLuint _glthread_TSD;
|
||||
typedef unsigned _glthread_TSD;
|
||||
|
||||
typedef GLuint _glthread_Thread;
|
||||
typedef unsigned _glthread_Thread;
|
||||
|
||||
typedef GLuint _glthread_Mutex;
|
||||
typedef unsigned _glthread_Mutex;
|
||||
|
||||
#define _glthread_DECLARE_STATIC_MUTEX(name) static _glthread_Mutex name = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue