mirror of https://github.com/BOINC/boinc.git
LIB: Fix build break
This commit is contained in:
parent
351568c357
commit
686f0f24d6
|
@ -815,8 +815,6 @@ int get_filesystem_info(double &total_space, double &free_space, char*) {
|
||||||
uMB = TotalNumberOfBytes.QuadPart / (1024 * 1024);
|
uMB = TotalNumberOfBytes.QuadPart / (1024 * 1024);
|
||||||
total_space = uMB * 1024.0 * 1024.0;
|
total_space = uMB * 1024.0 * 1024.0;
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
#else
|
#else
|
||||||
int get_filesystem_info(double &total_space, double &free_space, char* path) {
|
int get_filesystem_info(double &total_space, double &free_space, char* path) {
|
||||||
#ifdef STATFS
|
#ifdef STATFS
|
||||||
|
|
Loading…
Reference in New Issue