]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/volume.h
improved conditional compilation test (added wxUSE_POSTSCRIPT)
[wxWidgets.git] / include / wx / volume.h
index 87b9a27ad7166c75cf9fa4b286f8850f112d08a9..902e74bf82b200e0686ef4142d67d192a6d4e508 100644 (file)
 
 #if wxUSE_FSVOLUME
 
+#if wxUSE_GUI
+    #include "wx/iconbndl.h" // for wxIconArray
+#endif // wxUSE_GUI
+
 // the volume flags
 enum
 {
@@ -65,9 +69,6 @@ enum wxFSIconType
     wxFS_VOL_ICO_MAX
 };
 
-// already in wx/iconbndl.h
-// WX_DECLARE_EXPORTED_OBJARRAY(wxIcon, wxIconArray);
-
 #endif // wxUSE_GUI
 
 class WXDLLEXPORT wxFSVolume