From 8b99adf475af713c192933dd9a011db8b2030f34 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 29 Oct 1999 17:32:32 +0000 Subject: [PATCH] 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 --- include/wx/msw/menu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0