git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27124
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#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
// ----------------------------------------------------------------------------
}
-// 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
#include "wx/listbox.h"