Log Message: |
Made it work when DLL is compiled in multithreaded mode. Basically, the runtime
is initialized once during the DLL_PROCESS_ATTACH, then destroyed in DLL_PROCESS_DETACH.
For each thread creation, we initialize the once per thread data like it is done
in `eif_thr_entry'. This solves problem with bug#10224.
|