On 04/09/07, Dmitry Timoshkov dmitry@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@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.