DSO_FLAG_UPCASE_SYMBOL

The following flag controls the translation of symbol names to upper case. This is currently only being implemented for OpenVMS.

extern (C) nothrow @nogc
enum DSO_FLAG_UPCASE_SYMBOL = 0x10;

Meta