and of course.
fix Windows, and Linux breaks.
This commit is contained in:
parent
d4c136c525
commit
8da3f56de6
2
extern/igfd/ImGuiFileDialog.cpp
vendored
2
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -1445,7 +1445,9 @@ namespace IGFD
|
||||||
{
|
{
|
||||||
auto infos = std::make_shared<FileInfos>();
|
auto infos = std::make_shared<FileInfos>();
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
struct dirent* dent=(struct dirent*)ent;
|
struct dirent* dent=(struct dirent*)ent;
|
||||||
|
#endif
|
||||||
|
|
||||||
infos->filePath = vPath;
|
infos->filePath = vPath;
|
||||||
infos->fileNameExt = vFileName;
|
infos->fileNameExt = vFileName;
|
||||||
|
|
Loading…
Reference in a new issue