22 Jan
2023
22 Jan
'23
10:27 p.m.
On Sun Dec 18 23:24:34 2022 +0000, Zebediah Figura wrote:
These are constant arrays, so should be "static const WCHAR *const". Also, it seems that one array is the same as the other without the final colon; can we avoid defining two arrays? Yes, it is possible to avoid 2 arrays, that is an additional goal. The first goal for me was to avoid additional computation (string manipulation), but i will adjust.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1825#note_21339