]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
split wxUSE_MDI from wxUSE_MDI_ARCHITECTURE (which is wxUSE_MDI + wxUSE_DOCVIEW)
[wxWidgets.git] / src / generic / listctrl.cpp
index 8c81811aaadc4a9ef8d4d4201781a87a3c6c740d..4ef33b5262349062f808548a8b516af4943f46eb 100644 (file)
 #ifdef __WXMAC__
     #include "wx/mac/private.h"
 #endif
+
+// NOTE: If using the wxListBox visual attributes works everywhere then this can
+// be removed, as well as the #else case below.
+#define _USE_VISATTR 0
+
+
 // ----------------------------------------------------------------------------
 // events
 // ----------------------------------------------------------------------------
@@ -5243,11 +5249,10 @@ bool wxGenericListCtrl::SetFont( const wxFont &font )
 }
 
 
-// NOTE: If using the wxListBox visual attributes works everywhere then this can
-// be removed, as well as the #else case below.
-#define _USE_VISATTR 0
 
+#if _USE_VISATTR
 #include "wx/listbox.h"
+#endif
 
 //static
 wxVisualAttributes