
4 Aug
2004
4 Aug
'04
8:04 a.m.
Roland wrote:
I am a little afraid, that defining _tls_used ourselfes, we could messs up with the copilers ability to handle __declspec(thread) correctly. Did you any testing on this so far?
Yes, with results you are expecting - linker error due to symbol redefinition :/ Thus I think we should not do it, and stay with _tls_used defined by compiler. B.