| 1854 | } |
| 1855 | |
| 1856 | static bool compare_mps_ignore_case(const wstring& a, const wstring& b) { |
| 1857 | return lstrcmpi(a.c_str(), b.c_str()) < 0; |
| 1858 | } |
| 1859 | |
| 1860 | // builds array of all mountpoints inclding available drive letters |
| 1861 | void CMountPropertyPage::GetMountPoints(CStringArray & mountPoints) |
nothing calls this directly
no outgoing calls
no test coverage detected