Created attachment 909
DLL startup improvements
I have a few improvements to the startup code to DLLs:
1. Make the TLS patch work under Windows Server 2003 and XP/64
2. On a 64-bit OS, there sometimes seem to exist threads that don't have any
TLS set up, so ignore these threads, assuming they are low level system
threads.
3. improve TLS setup of already existing threads by not only switching the TLS
entry of the current DLL, but simply the full TLS array of the current thread.
Comment #1 by r.sagitario — 2011-02-14T23:32:25Z
Created attachment 911
missing change from previous patch
Sorry, missed this change. (Is there a way to get a single patch across multiple commits from git?).
Comment #2 by verylonglogin.reg — 2012-05-21T04:23:11Z