Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid running
init_config()
more than once per process
Windows runs `DllMain` multiple times; when new threads are started, for instance. We want to run our `DllMain()` implementation only during process attachment (e.g. when the first thread loads it).
- Loading branch information