--- uae/src/fsusage.c 2018/04/24 16:44:57 1.1.1.2 +++ uae/src/fsusage.c 2018/04/24 17:14:30 1.1.1.4 @@ -50,7 +50,7 @@ adjust_blocks (blocks, fromsize, tosize) #ifdef _WIN32 #include "sysdeps.h" - +#include int get_fs_usage (path, disk, fsp) const char *path; @@ -78,10 +78,10 @@ get_fs_usage (path, disk, fsp) } /* HACK ALERT! WinNT returns 0 in TotalNumberOfClusters for an audio-CD, which calls the GURU! */ - if( ( TotalNumberOfClusters == 0 ) && - ( GetDriveType( buf2 ) == DRIVE_CDROM ) ) + if( ( TotalNumberOfClusters == 0 ) && + ( GetDriveType( buf2 ) == DRIVE_CDROM ) ) { - TotalNumberOfClusters = 327680; + TotalNumberOfClusters = 327680; } BytesPerSector *= SectorsPerCluster;