[Bug 31688] unimplemented function mscoree.dll.CorIsLatestSvc

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 17 16:13:22 CDT 2012


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

André H. <nerv at dawncrow.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nerv at dawncrow.de

--- Comment #6 from André H. <nerv at dawncrow.de> 2012-09-17 16:13:22 CDT ---
FWIW,
I also once needed that in a hackish environment and stubbed it like:

BOOL WINAPI CorIsLatestSvc(void)
{
    ERR("stub\n");
    return TRUE;
}

As i didn't knew the function prototype.

-- 
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