core.sys.windows.dll

This module provides OS specific helper function for DLL support

Public Imports

core.sys.windows.threadaux
public import core.sys.windows.threadaux;
Undocumented in source.

Members

Mixin templates

SimpleDllMain
mixintemplate SimpleDllMain()

A simple mixin to provide a DllMain which calls the necessary runtime initialization and termination functions automatically.

Static variables

_tls_index
int _tls_index;

////////////////////////////////////////////////////////////////

Meta

License

Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)

Authors

Rainer Schuetze