Speed up thread startup on MS-Windows.
authorEli Zaretskii <eliz@gnu.org>
Tue, 25 Mar 2014 16:00:37 +0000 (18:00 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 25 Mar 2014 16:00:37 +0000 (18:00 +0200)
commitdefd53bdc5ef9d75fa112487d76f4d7a4cb9fe92
tree74a6ded6b17e777ad30256887d54ef0d17a7287c
parent1e952f0a7a1d0cc533438dcad37db08d8af6855f
Speed up thread startup on MS-Windows.

 src/w32.c (w32_delayed_load): Call DisableThreadLibraryCalls on the
 DLL handle, to speed up thread startup.
src/ChangeLog
src/w32.c