http://bugs.winehq.org/show_bug.cgi?id=27036
--- Comment #13 from Adam Martinson adam.r.martinson@gmail.com 2012-03-18 14:25:44 CDT --- Created attachment 39449 --> http://bugs.winehq.org/attachment.cgi?id=39449 [3/3] ntdll: HACK - Make libgcrypt thread-safe.
A couple people have asked me for this, so here you guys go. It's the proper way to fix it, but not the proper place. Basically the changes this makes to ntdll need to be made in each dll that actually loads a lib that uses libgcrypt instead of in ntdll. The only one I know of is secur32 via libgnutls, but there is at least 1 other.