Re: shlwapi: Duplicate shell32.ShellMessageBoxW implementation in shlwapi.ShellMessageBoxWrapW
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
"Reece Dunn" <msclrhd(a)googlemail.com> wrote:
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.
It's possible, but after discussion with Alexandre it was decided that as long as the duplication is small enough it's not worth it. -- Dmitry.
participants (2)
-
Dmitry Timoshkov -
Reece Dunn