On Thu Sep 15 08:20:54 2022 +0000, Huw Davies wrote:
You can leave this as `256`. Remember the aim is to reduce the differences with the other drivers' client code, not increase it.
I found a bug right below: https://gitlab.winehq.org/wine/wine/-/blob/5fa25d00d7edca295e38030006b14f405...
`ARRAY_SIZE` should be used instead, as [`RegEnumKeyExW()`](https://docs.microsoft.com/en-us/windows/win32/api/winreg/nf-winreg-regenumk...) takes the number of characters.