Files
heimdal/lib
Luke Howard 97cca6f921 base: use uintptr_t for hash type
Use uintptr_t for hash type; this is consistent with CoreFoundation, which uses
32-bit integers on 32-bit platforms for the hash code, and 64-bit integers on
64-bit platforms. (libheimbase is modelled on CoreFoundation.)

Previously we used unsigned long, which would have the same behavior on
LP32/LP64 systems, but not on Windows (where unsigned long is 32-bits on 64-bit
platforms).
2022-01-06 17:21:06 +11:00
..
2022-01-06 17:21:06 +11:00
2021-09-10 09:11:23 +10:00
2022-01-02 20:58:39 -06:00
2021-11-29 12:50:26 +11:00
2017-03-10 15:47:43 -05:00
2022-01-03 20:39:12 -06:00
2016-11-08 15:48:40 -05:00
2022-01-05 12:58:48 -06:00
2016-12-15 12:15:56 -06:00