]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
Change GetC to return an int so that it can return wxEOF on error.
[wxWidgets.git] / include / wx / volume.h
index 32a2a463063db5901dcddb0339b6cb8959072303..7ecdb38e30f87b9357c183e9d9ddcf0c7ddcad07 100644 (file)
 #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
 {
@@ -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_
-