From: Bart V. A. <bar...@gm...> - 2024-12-12 20:55:24
|
On 12/12/24 3:18 AM, 罗勇刚(Yonggang Luo) wrote: > uintptr is fine, but I am not sure every compiler have ` uintptr_t`, > that depends on header file We can ask Windows users to include <stdint.h> before <valgrind/valgrind.h>. We can't ask this from Unix users because this could break existing code bases. In other words, I'm in favor of using uintptr_t for Win64 instead of unsigned long long. Thanks, Bart. |