Swap (Windows): fix compiler warnings

This commit is contained in:
李通洲
2023-05-16 20:54:45 +08:00
committed by Carter Li
parent e4f6f15d70
commit f333937b35
+2
View File
@@ -26,4 +26,6 @@ const char* ffDetectSwap(FFSwapResult* swap)
}
swap->bytesUsed = (uint64_t)pstart->TotalUsed * sysInfo.dwPageSize;
swap->bytesTotal = (uint64_t)pstart->CurrentSize * sysInfo.dwPageSize;
return NULL;
}