mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-20 03:20:33 +01:00
Check for __USE_MISC for defining uint & ushort
This commit is contained in:
parent
43867acb6a
commit
46f453b298
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#if !defined(__HAIKU__) && !defined(__USE_MISC)
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned short ushort;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue