Ver código fonte

Add missing intmax_t and uintmax_t

tags/mesa-7.9-rc1
Ian Romanick 15 anos atrás
pai
commit
d960b61ea3
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3
    0
      include/c99/stdint.h

+ 3
- 0
include/c99/stdint.h Ver arquivo

@@ -110,6 +110,9 @@ typedef unsigned __int32 uintptr_t;
#define INT64_C(__val) __val##i64
#define UINT64_C(__val) __val##ui64

typedef int64_t intmax_t;
typedef uint64_t uintmax_t;

#else
#error "Unsupported compiler"
#endif

Carregando…
Cancelar
Salvar