[Bug 26688] Risen needs 10 functions from vcomp.dll

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Aug 12 16:45:59 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=26688

Dan Kegel <dank at kegel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41291|0                           |1
        is obsolete|                            |

--- Comment #28 from Dan Kegel <dank at kegel.com> 2012-08-12 16:45:59 CDT ---
Created attachment 41349
  --> http://bugs.winehq.org/attachment.cgi?id=41349
Updated vcomp_fork, plus more atomic ops stubs

_vcomp_fork has to push a variable number of args, but is not allowed
to clean up the stack for its caller, so it has to copy the args.
Can't pass a va_list because that's the wrong level of indirection;
it would pass a pointer to the first argument rather than a copy of all the
arguments.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list