really fix Windows build
This commit is contained in:
parent
501d8da7af
commit
b186576e14
4
extern/igfd/ImGuiFileDialog.cpp
vendored
4
extern/igfd/ImGuiFileDialog.cpp
vendored
|
@ -1730,9 +1730,9 @@ namespace IGFD
|
||||||
//time_t st_ctime; /* time of last status change - not sure out of ntfs */
|
//time_t st_ctime; /* time of last status change - not sure out of ntfs */
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
if (vInfos->fileType != 'd')
|
if (vInfos.fileType != 'd')
|
||||||
{
|
{
|
||||||
vInfos->formatedFileSize = prFormatFileSize(vInfos->fileSize);
|
vInfos.formatedFileSize = prFormatFileSize(vInfos.fileSize);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
std::string fpn;
|
std::string fpn;
|
||||||
|
|
Loading…
Reference in a new issue