On Fri Jun 24 12:47:38 2022 +0000, Hugh McMaster wrote:
I think we all prefer `WCHAR *` for new code. You can also just use `QWORD` for `UINT64`, although the latter is probably more readable at a glance.
QWORD is not universally available afaict, it's used for some multimedia API, and some other headers redefine it as well. I pushed update addressing your comments, thank you.