On Mon, Mar 01, 2021 at 04:33:15PM +0200, Eli Zaretskii wrote: > ...exactly: mine is a 32-bit build, where both long and a pointer are > 32-bit wide. But in a 64-bit build on Windows long is 32-bit and a > pointer is 64-bit wide, so I think that would emit a warning. Thus, I > think using intptr_t is a better fix.
Done.
