On 9/25/19 9:51 PM, Fabian Maurer wrote:
Out of curiosity, what was the problem with the prototype? Shouldn't it be the same as the actual function?
It used WCHAR* instead of const WCHAR*. With the patch, the prototype is the same as the implementation.
Jacek