fix Win64 bug in FileInfo
This commit is contained in:
parent
5bdfe81488
commit
f260a0f219
|
@ -523,7 +523,8 @@ std::vector<Base::FileInfo> FileInfo::getDirectoryContent(void) const
|
|||
std::vector<Base::FileInfo> List;
|
||||
#if defined (FC_OS_WIN32)
|
||||
struct _wfinddata_t dentry;
|
||||
long hFile;
|
||||
|
||||
intptr_t hFile;
|
||||
|
||||
// Find first directory entry
|
||||
std::wstring wstr = toStdWString();
|
||||
|
|
Loading…
Reference in New Issue
Block a user