24 Oct
2022
24 Oct
'22
10:50 a.m.
Since this isn't in a hot path, let's dynamically allocate `valueW`.
Done.
Also note for future reference `ARRAY_SIZE(array)` instead of `sizeof(array) / sizeof(array[0])`.
Ah, yes. Thanks! -- https://gitlab.winehq.org/wine/wine/-/merge_requests/1147#note_11868