_DIRENT_HAVE_D_TYPE

Indicates that d_type field is available in dirent structure

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

Meta