#include <shellapi.h>
#include "wx/msw/missing.h"
-#ifdef __WXBASE__
+#if wxUSE_BASE
//+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// Dynamic library function defs.
{
// Found the element. Remove it or mark it mounted.
if (flagsUnset & wxFS_VOL_MOUNTED)
- list.Remove(iList);
+ list.RemoveAt(iList);
else
s_fileInfo[list[iList]].m_flags |= wxFS_VOL_MOUNTED;
return itr->second.m_flags;
} // GetFlags
-#endif // __WXBASE__
+#endif // wxUSE_BASE
// ============================================================================
// wxFSVolume