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