24 Jun
2022
24 Jun
'22
7:46 a.m.
Hugh McMaster (@hmc) commented about programs/reg/add.c:
*(DWORD *)*data_bytes = val; break; } + case REG_QWORD: + { + LPWSTR rest; + UINT64 val;
I'd really prefer `WCHAR *` for new code. You can also just use `QWORD` for `UINT64`, although the latter is probably more readable at a glance. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/306#note_2644