8 Sep
2024
8 Sep
'24
5:45 p.m.
`unsigned long` is 64bit only on LP64 systems like 64bit Linux. Win64 is LLP64, so `sizeof(unsigned long) = 4`. I don't see anything wrong with using `unsigned long`. Compiler explorer link: https://godbolt.org/z/bzzW3frfc -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6461#note_81590