https://bugs.winehq.org/show_bug.cgi?id=45333
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Created attachment 61754 --> https://bugs.winehq.org/attachment.cgi?id=61754 stub +message for CorIsLatestSvc
Maybe something like in the attached patch.
This is copied from rpcrt4/cproxy, when user misconfigured things (use native implementation of OLEAUT32.DLL with Wine's RPCRT4.DLL): throw up a messagebox and abort the application.
This patch does the same (when CorIsLatestSvc is called). I`m not 100% sure if function prototype is correct, i tried to write a test, that passes on <= vista, but it crashes on >=win7. I`ll try do some tests later
Same patch can be added then for CorGetSvc, but that prototype is also undocumented