6 Dec
2010
6 Dec
'10
1:41 p.m.
http://bugs.winehq.org/show_bug.cgi?id=25395 --- Comment #7 from Maarten Lankhorst <m.b.lankhorst(a)gmail.com> 2010-12-06 07:41:22 CST --- Does it still crash with current git? If yes, can you change quartz/main.c ? HRESULT WINAPI DllCanUnloadNow(void) { if (dll_ref) return S_FALSE; return QUARTZ_DllCanUnloadNow(); } turn into HRESULT WINAPI DllCanUnloadNow(void) { ERR("\n"); return S_FALSE; } -- 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.