Nerixyz wrote: > I wonder if the code was incorrect on 32 bit windows before. The method was already returning a `ULONG_PTR`: On 32 bit, `ULONG_PTR` is a `unsigned long` (i.e. `uint32_t`), so I think this was incorrect before. https://github.com/llvm/llvm-project/pull/203485