diff --git a/src/filesystem_boost.cpp b/src/filesystem_boost.cpp index 99d058012b47..c2acd1769792 100644 --- a/src/filesystem_boost.cpp +++ b/src/filesystem_boost.cpp @@ -38,6 +38,10 @@ using boost::uintmax_t; #include #include #include + +// Work around TDM-GCC not #defining this according to @newfrenchy83. +#define VOLUME_NAME_NONE 0x4 + #endif /* !_WIN32 */ #include "config.hpp"