A mixin to provide a DllMain which calls the necessary D runtime initialization and termination functions automatically.
module dllmain; import core.sys.windows.dll; mixin SimpleDllMain;
See Implementation
A mixin to provide a DllMain which calls the necessary D runtime initialization and termination functions automatically.