Commit 8131615
committed
Avoid running
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).init_config() more than once per process1 parent 2272604 commit 8131615
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
409 | 412 | | |
410 | 413 | | |
411 | 414 | | |
| |||
0 commit comments