Using thread-local storage variables INTERNALLY in a DLL
I am working on a project where I need to use thread-local storage (TLS) variables within a DLL, but I do not intend to export these symbols outside of the DLL.
I am working on a project where I need to use thread-local storage (TLS) variables within a DLL, but I do not intend to export these symbols outside of the DLL.