From: Robin Dunn Date: Fri, 29 Oct 1999 17:32:32 +0000 (+0000) Subject: EXPORTED an array to quiet the DLL compilation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8b99adf475af713c192933dd9a011db8b2030f34?ds=inline EXPORTED an array to quiet the DLL compilation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4257 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/menu.h b/include/wx/msw/menu.h index 84746929c6..93dc89e822 100644 --- a/include/wx/msw/menu.h +++ b/include/wx/msw/menu.h @@ -32,7 +32,7 @@ class WXDLLEXPORT wxFrame; WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString; -WX_DEFINE_ARRAY(wxAcceleratorEntry *, wxAcceleratorArray); +WX_DEFINE_EXPORTED_ARRAY(wxAcceleratorEntry *, wxAcceleratorArray); // ---------------------------------------------------------------------------- // Menu