[PATCH] util.h: add stdint basic type definitions

Adrian Buehlmann adrian at cadifra.com
Thu Sep 12 08:48:49 CDT 2013


On 2013-09-12 15:28, Isaac Jurado wrote:
> What is sizeof(long) with MSVC on 64-bit Windows?  Is it 4 bytes too?

x64 Windows uses the LLP64 data model.

In the LLP64 data model, only pointers expand to 64 bits; all other
basic data types (integer and long) remain 32 bits in length.



More information about the Mercurial-devel mailing list