[Measure/FreeDiskSpace]

- Prevent the system from displaying "No disk" error message box (e.g. removable media is not ready)
This commit is contained in:
spx
2009-10-14 09:18:12 +00:00
parent c5155982ee
commit bdcad72ed3
2 changed files with 87 additions and 22 deletions

View File

@ -37,6 +37,8 @@ private:
bool m_Total;
bool m_Label;
bool m_IgnoreRemovable;
ULONGLONG m_OldTotalBytes;
};
#endif