Piotr, can you review this, please? I've only tested this with two apps on 32 bits, I have not tested at all on 64 bits, and am only guessing on the calling convention stuff.
Seems to fix http://bugs.winehq.org/show_bug.cgi?id=27698 for Harvest and one other app (I can't reproduce the problem with Origin, and I haven't tried cl.exe).
On 07/20/12 19:32, Dan Kegel wrote:
I have not tested at all on 64 bits, and am only guessing on the calling convention stuff.
The calling convention is correct. The class name is _Container_base0 (not _Container_base).
I can't say anything about the implementation. I don't know what this class is supposed to do.
On Tue, Jul 24, 2012 at 2:07 AM, Piotr Caban piotr.caban@gmail.com wrote:
The calling convention is correct. The class name is _Container_base0 (not _Container_base).
I can't say anything about the implementation. I don't know what this class is supposed to do.
Can you have a look at http://source.winehq.org/patches/data/88600 ? It and the bug it points to, http://bugs.winehq.org/show_bug.cgi?id=27698 , should have an adequate explanation of what the class is there for. - Dan