_DIRENT_HAVE_D_NAMLEN

Indicates that d_namlen field is available in dirent structure

version(Windows)
extern (C) nothrow @nogc
enum _DIRENT_HAVE_D_NAMLEN = true;

Meta