DescriptionApply upstream qcmstypes.h patch to avoid conflicts with MSVC's stdint.h
This avoids errors from Clang about a conflicting typedef for
uintptr_t, which should really be unsigned int instead of unsigned
long. We already had a local patch to suppress MSVC's warning here.
Rather than trying to get the right definition, just include stdint.h,
which has been available since VS2010.
R=thakis@chromium.org
TBR=brettw@chromium.org
BUG=82385
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276887
Patch Set 1 #Patch Set 2 : try something else #
Total comments: 1
Patch Set 3 : change link #
Messages
Total messages: 18 (0 generated)
|