From: Vadim Zeitlin Date: Thu, 24 May 2007 12:42:25 +0000 (+0000) Subject: fix DLL export declaration (adv, not core) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f3d32879d62f58aa8bdf00fbcb5bb2cee5c53816 fix DLL export declaration (adv, not core) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/editlbox.h b/include/wx/editlbox.h index ad946eee7d..212028b716 100644 --- a/include/wx/editlbox.h +++ b/include/wx/editlbox.h @@ -27,7 +27,7 @@ class WXDLLEXPORT wxListEvent; #define wxEL_NO_REORDER 0x0800 #define wxEL_DEFAULT_STYLE (wxEL_ALLOW_NEW | wxEL_ALLOW_EDIT | wxEL_ALLOW_DELETE) -extern WXDLLEXPORT_DATA(const wxChar) wxEditableListBoxNameStr[]; +extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxEditableListBoxNameStr[]; // This class provides a composite control that lets the // user easily enter list of strings