This website works better with JavaScript.
홈
탐색
도움말
로그인
brkho
/
mesa
보기
1
좋아요
0
포크
0
코드
릴리즈
562
위키
Activity
소스 검색
Add missing intmax_t and uintmax_t
tags/mesa-7.9-rc1
Ian Romanick
15 년 전
부모
a77a6bc008
커밋
d960b61ea3
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
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
Write
Preview
Loading…
취소
저장