17 Feb
2023
17 Feb
'23
10:23 a.m.
On Fri Feb 17 09:40:53 2023 +0000, Zhiyi Zhang wrote:
Sorry, the code style got lost. It should be like the following. ``` static const struct { DWORD value; const WCHAR *desc; } app_themes[] = { {1, L"Light"}, {0, L"Dark"}, }; ``` No problem, I somewhat preferred the one line since it's a small struct and array, but I'm fine with it either way.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/2183#note_24650