http://bugs.winehq.org/show_bug.cgi?id=10514 --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2007-11-21 03:31:34 --- (In reply to comment #5)
--- snip wsock32.spec --- 1141 stdcall AcceptEx(long long ptr long long long ptr ptr) mswsock.AcceptEx 1142 stdcall GetAcceptExSockaddrs(ptr long long long ptr ptr ptr ptr) mswsock.GetAcceptExSockaddrs --- snip wsock32.spec --- That currently won't work - even if wine mswsock.dll implements AcceptEx and GetAcceptExSockaddrs. mswsock.dll is not yet loaded at the time the loader tries to resolve the forwarded exports. This is a wine PE loader problem. It needs some kind of multi pass (recursive) to resolve all forwarders.
This problem is described in the bug 9420, there is a test case there as well. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.