From c4d83d0a592c9d3918c7db26a7b1ca97d646e831 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 16 Oct 1999 18:09:56 +0000 Subject: [PATCH] Changed an OBJARRAY to an EXPORTED_OBJARRAY git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/html/helpdata.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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 -- 2.45.2