DSO_FLAG_NAME_TRANSLATION_EXT_ONLY

An extra flag to give if only the extension should be added as translation. This is obviously only of importance on Unix and other operating systems where the translation also may prefix the name with something, like 'lib', and ignored everywhere else. This flag is also ignored if DSO_FLAG_NO_NAME_TRANSLATION is used at the same time.

extern (C) nothrow @nogc
enum DSO_FLAG_NAME_TRANSLATION_EXT_ONLY = 0x02;

Meta