• Michael Stahl's avatar
    sal: match the defintions of SAL_MAX_SIZE and sal_Size · 10d55afd
    Michael Stahl yazdı
    With 64-bit MSVC, sizeof(long) is 4 but sizeof(void*) is 8, so this
    would select sal_uInt64 but SAL_MAX_UINT32.
    
    This should make sizeof(sal_Size) the same as sizeof(size_t) on all
    supported platforms, but still sal_Size maps to different integer
    type (long vs. int) than size_t on 32-bit.
    
    Change-Id: I638aac6b502e624ed6b01f5921e20bc40f42480c
    10d55afd
Adı
Son kayıt (commit)
Son güncelleme
..
detail Loading commit data...
alloca.h Loading commit data...
config.h Loading commit data...
log-areas.dox Loading commit data...
log.hxx Loading commit data...
macros.h Loading commit data...
main.h Loading commit data...
mathconf.h Loading commit data...
saldllapi.h Loading commit data...
types.h Loading commit data...
typesizes.h Loading commit data...