WXDLLEXPORT_DATA(extern const char*) wxListBoxNameStr;
-#if USE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN
class WXDLLEXPORT wxOwnerDrawn;
// define the array of list box items
#include <wx/dynarray.h>
+
+ #undef WXDLLEXPORTLOCAL
+ #define WXDLLEXPORTLOCAL WXDLLEXPORT
WX_DEFINE_ARRAY(wxOwnerDrawn *, wxListBoxItemsArray);
+ #undef WXDLLEXPORTLOCAL
+ #define WXDLLEXPORTLOCAL
+
#endif
// forward decl for GetSelections()
bool MSWCommand(WXUINT param, WXWORD id);
-#if USE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN
bool MSWOnMeasure(WXMEASUREITEMSTRUCT *item);
bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
int m_noItems;
int m_selected;
-#if USE_OWNER_DRAWN
+#if wxUSE_OWNER_DRAWN
// control items
wxListBoxItemsArray m_aItems;
#endif