X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..4c7d530a267f11be1e9cf20d7bfa5313286fee1c:/include/wx/volume.h diff --git a/include/wx/volume.h b/include/wx/volume.h index 32a2a46306..191d69b603 100644 --- a/include/wx/volume.h +++ b/include/wx/volume.h @@ -10,22 +10,20 @@ ///////////////////////////////////////////////////////////////////////////// // ---------------------------------------------------------------------------- -// wxFSVolume represents a volume/drive/mount point in a file system +// wxFSVolume represents a volume/drive in a file system // ---------------------------------------------------------------------------- #ifndef _WX_FSVOLUME_H_ #define _WX_FSVOLUME_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "fsvolume.h" -#endif - #include "wx/defs.h" #if wxUSE_FSVOLUME +#include "wx/arrstr.h" + // the volume flags -enum +enum wxFSVolumeFlags { // is the volume mounted? wxFS_VOL_MOUNTED = 0x0001, @@ -121,7 +119,7 @@ enum wxFSIconType }; // wxFSVolume adds GetIcon() to wxFSVolumeBase -class wxFSVolume : public wxFSVolumeBase +class WXDLLIMPEXP_CORE wxFSVolume : public wxFSVolumeBase { public: wxFSVolume() : wxFSVolumeBase() { InitIcons(); } @@ -146,4 +144,3 @@ typedef wxFSVolumeBase wxFSVolume; #endif // wxUSE_FSVOLUME #endif // _WX_FSVOLUME_H_ -