Rationale: These three components do not depend on TLS cleanup callbacks. Programs that do not depend on TLS (especially legacy C programs that make use of CreateThread() or _beginthreadex() directly) might benefit from the possibility of static linking. The shared library is still provided for no additional cost.
Rationale: These three components do not depend on TLS cleanup callbacks. Programs that do not depend on TLS (especially legacy C programs that make use of
CreateThread()
or_beginthreadex()
directly) might benefit from the possibility of static linking. The shared library is still provided for no additional cost.