Changes
This commit is contained in:
@@ -542,7 +542,7 @@ private:
|
|||||||
UNREFERENCED_PARAMETER(DokanFileInfo);
|
UNREFERENCED_PARAMETER(DokanFileInfo);
|
||||||
|
|
||||||
// TODO Implement this correctly
|
// TODO Implement this correctly
|
||||||
*FreeBytesAvailable = (ULONGLONG)(512 * 1024 * 1024);
|
*FreeBytesAvailable = static_cast<ULONGLONG>(512 * 1024 * 1024);
|
||||||
*TotalNumberOfBytes = 9223372036854775807;
|
*TotalNumberOfBytes = 9223372036854775807;
|
||||||
*TotalNumberOfFreeBytes = 9223372036854775807;
|
*TotalNumberOfFreeBytes = 9223372036854775807;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user