mirror of
https://github.com/reactos/reactos.git
synced 2026-09-10 03:11:06 +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.