http://bugs.winehq.org/show_bug.cgi?id=22469
--- Comment #32 from Emerson Prado emerson.prado.eng@gmail.com 2011-05-02 13:36:56 CDT --- (In reply to comment #21)
Hmm, this small patch doesn't really lead us into the real problem:
---cite--- switch(reason) {
- case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
- case DLL_PROCESS_ATTACH: DisableThreadLibraryCalls( hinst ); break;
---/cite---
Could someone tell to which bug was this patch attached? Also, which Wine version was it commited to? I'd like to read the related bug and test the related versions, because this must tell me something. But I just can't translate commit codes...