yuja added a comment.

  > #ifndef SHA1DC_NO_STANDARD_INCLUDES
  > +#if !defined(_MSC_VER) || _MSC_VER >= 1600
  >  #include <stdint.h>
  > +#else
  > +/* prior to Visual Studio 2010 */
  > +typedef unsigned int uint32_t;
  
  `unsigned __int32` for consistency.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7903/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7903

To: mharbison72, #hg-reviewers
Cc: yuja, mercurial-devel
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to