To be called from DllMain with reason DLL_PROCESS_ATTACH
same as above, but only usable if druntime is linked statically
to be called from DllMain with reason DLL_PROCESS_DETACH
To be called from DllMain with reason DLL_THREAD_ATTACH
To be called from DllMain with reason DLL_THREAD_DETACH
A mixin to provide a DllMain which calls the necessary D runtime initialization and termination functions automatically.
////////////////////////////////////////////////////////////////
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Copyright Digital Mars 2010 - 2012.
This module provides OS specific helper function for DLL support