http://bugs.winehq.org/show_bug.cgi?id=20319
--- Comment #8 from Austin English austinenglish@gmail.com 2010-04-15 03:46:34 --- (In reply to comment #7)
Failures:
http://source.winehq.org/source/dlls/ole32/git.c#L328 GITCF_CreateInstance in ole32.dll -> Not supported Replacing with native ole32.dll pass this point
http://source.winehq.org/source/dlls/rpcrt4/rpc_assoc.c#L226 RpcAssoc_BindConnection in rpcrt4.dll -> Not supported Replacing with native rpcrt4.dll prevents this error
http://source.winehq.org/source/dlls/kernel32/actctx.c#L271 FindActCtxSectionGuid in kernel32.dll -> Not implemented What to do?
Try faking an implementation: remove: SetLastError( ERROR_CALL_NOT_IMPLEMENTED);
change: return FALSE; to: return TRUE;