From f3d32879d62f58aa8bdf00fbcb5bb2cee5c53816 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 24 May 2007 12:42:25 +0000 Subject: [PATCH] fix DLL export declaration (adv, not core) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46198 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/editlbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2