DSO_FLAG_GLOBAL_SYMBOLS

This flag loads the library with public symbols. Meaning: The exported symbols of this library are public to all libraries loaded after this library. At the moment only implemented in unix.

extern (C) nothrow @nogc
enum DSO_FLAG_GLOBAL_SYMBOLS = 0x20;

Meta