Fixed compilation issue on Windows.
This commit is contained in:
parent
6298cdc850
commit
b05039de3d
@ -268,7 +268,7 @@ bool windowsFile::canWrite() const
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
const windowsFile::length_type windowsFile::getLength()
|
windowsFile::length_type windowsFile::getLength()
|
||||||
{
|
{
|
||||||
HANDLE hFile = CreateFile(
|
HANDLE hFile = CreateFile(
|
||||||
m_nativePath.c_str(),
|
m_nativePath.c_str(),
|
||||||
|
Loading…
Reference in New Issue
Block a user