Switch intptr_t to ptrdiff_t

This commit is contained in:
Nick Terrell 2017-04-04 15:49:38 -07:00
parent 675839254d
commit 0888251fb1

View File

@ -38,7 +38,7 @@ typedef uint32_t U32;
typedef int32_t S32;
typedef uint64_t U64;
typedef int64_t S64;
typedef intptr_t iPtrDiff;
typedef ptrdiff_t iPtrDiff;
typedef uintptr_t uPtrDiff;