]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
wxGTK compile fixes for my wxMSW changes
[wxWidgets.git] / include / wx / msw / listbox.h
index 12cd4d1b0365abd0779c3b880a65801def774e6f..0272e7e047ab927aa52039552db13a5a07c0d48d 100644 (file)
@@ -26,11 +26,7 @@ WXDLLEXPORT_DATA(extern const wxChar*) wxListBoxNameStr;
   // 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