1
0
This commit is contained in:
Scott E. Graves
2017-03-13 23:52:21 -05:00
parent ba7ddebdfa
commit c6590cc6f5

View File

@@ -542,7 +542,7 @@ private:
UNREFERENCED_PARAMETER(DokanFileInfo);
// TODO Implement this correctly
*FreeBytesAvailable = (ULONGLONG)(512 * 1024 * 1024);
*FreeBytesAvailable = static_cast<ULONGLONG>(512 * 1024 * 1024);
*TotalNumberOfBytes = 9223372036854775807;
*TotalNumberOfFreeBytes = 9223372036854775807;