소스 검색

Add missing intmax_t and uintmax_t

tags/mesa-7.9-rc1
Ian Romanick 15 년 전
부모
커밋
d960b61ea3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      include/c99/stdint.h

+ 3
- 0
include/c99/stdint.h 파일 보기

@@ -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

Loading…
취소
저장