http://bugs.winehq.org/show_bug.cgi?id=31688
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #6 from André H. nerv@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.