4 Sep
2007
4 Sep
'07
8:03 a.m.
On 04/09/07, Dmitry Timoshkov <dmitry(a)codeweavers.com> wrote:
Hello,
as Alexandre pointed out we can't really forward shlwapi.ShellMessageBoxWrapW to shell32.ShellMessageBoxW, we need to duplicate its implementation.
Is it possible to add a function to libwine that contains this code and then forward both these API to that one? Then you don't have the code duplication. - Reece