Use correct export directive for multilib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21879 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -23,9 +23,10 @@ int WXDLLIMPEXP_BASE wxStringSortDescending(wxString*, wxString*);
|
|||||||
#include "wx/dynarray.h"
|
#include "wx/dynarray.h"
|
||||||
|
|
||||||
typedef int (*CMPFUNCwxString)(wxString*, wxString*);
|
typedef int (*CMPFUNCwxString)(wxString*, wxString*);
|
||||||
WX_DECLARE_EXPORTED_BASEARRAY(wxString, wxBaseArrayStringBase);
|
WX_DECLARE_USER_EXPORTED_BASEARRAY(wxString, wxBaseArrayStringBase,
|
||||||
WX_DEFINE_EXPORTED_TYPEARRAY(wxString, wxArrayStringBase,
|
WXDLLIMPEXP_BASE);
|
||||||
wxBaseArrayStringBase);
|
WX_DEFINE_USER_EXPORTED_TYPEARRAY(wxString, wxArrayStringBase,
|
||||||
|
wxBaseArrayStringBase, WXDLLIMPEXP_BASE);
|
||||||
_WX_DEFINE_SORTED_TYPEARRAY_2(wxString, wxSortedArrayStringBase,
|
_WX_DEFINE_SORTED_TYPEARRAY_2(wxString, wxSortedArrayStringBase,
|
||||||
wxBaseArrayStringBase, = wxStringSortAscending,
|
wxBaseArrayStringBase, = wxStringSortAscending,
|
||||||
class WXDLLIMPEXP_BASE, CMPFUNCwxString);
|
class WXDLLIMPEXP_BASE, CMPFUNCwxString);
|
||||||
|
Reference in New Issue
Block a user