"Hans Leidekker" <hans(a)it.vu.nl> wrote:
Changelog: Forward MsiLoadString* to user32.LoadString*. Forward MsiMessageBox* to user32.MessageBox*.
Are you sure that you correctly have figured out number of arguments for that APIs? I can't confirm that you are right. Also you had to remove old stub implementations for replaced entry points. -- Dmitry.
On Saturday 10 April 2004 17:28, Dmitry Timoshkov wrote:
Forward MsiLoadString* to user32.LoadString*. Forward MsiMessageBox* to user32.MessageBox*.
Are you sure that you correctly have figured out number of arguments for that APIs? I can't confirm that you are right.
Just produced the trace again and see that I was wrong. The spec file does have one argument too many for MsiLoadString but I prematurely concluded that it matched user32.LoadString. -Hans
participants (2)
-
Dmitry Timoshkov -
Hans Leidekker