From: Robin Dunn Date: Sat, 16 Oct 1999 18:09:56 +0000 (+0000) Subject: Changed an OBJARRAY to an EXPORTED_OBJARRAY X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c4d83d0a592c9d3918c7db26a7b1ca97d646e831 Changed an OBJARRAY to an EXPORTED_OBJARRAY git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/html/helpdata.h b/include/wx/html/helpdata.h index 97fb804d94..6c01b0c744 100644 --- a/include/wx/html/helpdata.h +++ b/include/wx/html/helpdata.h @@ -58,13 +58,8 @@ protected: }; -#undef WXDLLEXPORTLOCAL -#define WXDLLEXPORTLOCAL WXDLLEXPORT - // ?? Don't know why - but Allen Van Sickel reported it to fix problems with DLL -WX_DECLARE_OBJARRAY(wxHtmlBookRecord, wxHtmlBookRecArray); +WX_DECLARE_EXPORTED_OBJARRAY(wxHtmlBookRecord, wxHtmlBookRecArray); -#undef WXDLLEXPORTLOCAL -#define WXDLLEXPORTLOCAL typedef struct