http://bugs.winehq.org/show_bug.cgi?id=10563
Rob Shearman rob@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |rob@codeweavers.com
--- Comment #5 from Rob Shearman rob@codeweavers.com 2007-11-27 12:37:35 --- In addition to Stefan's comments, Wine is lacking a lot of support on the RPC side for 64-bit builds. MIDL generates completely different code when targetting x86-64 (for NDR64) and this needs to be implemented in both widl and rpcrt4. In addition to this, we haven't got the required assembly for stubless proxies. All-in-all, it's a lot of work for something that doesn't appear to be useful any time soon.
Get a patch into gcc upstream for the Win64 calling conventions and then we can see about fixing the rest of issues.