6 Sep
2023
6 Sep
'23
10:27 a.m.
On Wed Sep 6 10:25:59 2023 +0000, Yuxuan Shui wrote:
can I do ```c static WCHAR protocol_clsid[ARRAY_SIZE(null_guid)]; ``` or do I have to ```c static WCHAR protocol_clsid[39]; ``` ? Or maybe there is a constant defined for the length of a GUID string? Ah there is `CHARS_IN_GUID`
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3733#note_44401