gallium: Complete integer types.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 24 Jan 2008 10:37:37 +0000 (19:37 +0900)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Sat, 26 Jan 2008 01:32:59 +0000 (10:32 +0900)
src/mesa/pipe/p_compiler.h

index ab9609deab0b254262903f3c9e726e43a533d498..e939d9cd9b9f74fffe985817a27da89d5ece884e 100644 (file)
@@ -52,6 +52,9 @@ typedef unsigned long long uint64;
 
 #if defined(__MSC__)
 
+typedef char               int8_t;
+typedef unsigned char      uint8_t;
+typedef short              int16_t;
 typedef unsigned short     uint16_t;
 typedef long               int32_t;
 typedef unsigned long      uint32_t;