Apply 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 Review URL: https://codereview.chromium.org/224883004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@276887 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment