September 26, 2003
Oops forgot to mention that thread.d will also require a static destructor to close the handle of allThreads[0] otherwise we leak.

Since all other threads are created with _beginthreadex, there should be no need to close there handles explicitly.

Will work on the linux fix ce soir.

Justin