24 Jun
2024
24 Jun
'24
3:49 a.m.
Additional tests reveal that RTL_QUERY_REGISTRY_DIRECT does work with non-string default values, it just requires a pointer to the value and it doesn't infer the size automatically. That means that the same code can be used to handle both default and non-default values. -- v2: ntdll: Don't special-case default values in RtlQueryRegistryValues. https://gitlab.winehq.org/wine/wine/-/merge_requests/5911