[PATCH] oleaut32: Fix RegisterTypeLib prototype.

Jacek Caban jacek at codeweavers.com
Wed Sep 25 15:38:34 CDT 2019


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




More information about the wine-devel mailing list