and of course.

fix Windows, and Linux breaks.
This commit is contained in:
tildearrow 2023-07-02 02:17:52 -05:00
parent d4c136c525
commit 8da3f56de6
1 changed files with 2 additions and 0 deletions

View File

@ -1445,7 +1445,9 @@ namespace IGFD
{
auto infos = std::make_shared<FileInfos>();
#ifdef _WIN32
struct dirent* dent=(struct dirent*)ent;
#endif
infos->filePath = vPath;
infos->fileNameExt = vFileName;