From 0d6e7df47c498c7eddf445d2abd0d2f800f3977b Mon Sep 17 00:00:00 2001 From: Ron Lee Date: Tue, 6 Nov 2001 05:10:16 +0000 Subject: [PATCH] found another object that nobody appears to have ever used in a dll. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/dynlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/dynlib.h b/include/wx/dynlib.h index e7b65cfd05..90fb2f1dc7 100644 --- a/include/wx/dynlib.h +++ b/include/wx/dynlib.h @@ -222,7 +222,7 @@ protected: // Global variables // ---------------------------------------------------------------------------- -extern wxLibraries wxTheLibraries; +extern WXDLLEXPORT_DATA(wxLibraries) wxTheLibraries; // ---------------------------------------------------------------------------- // Interesting defines -- 2.50.0