mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 00:00:41 +08:00
WIDL used the wrong type information when a pointer to a non-basetype is used as a functions parameter. For example, a 'wchar_t**' would be treated as a 'wchar_t*'. This patch will be sent upstream.