From: Ron Lee Date: Tue, 6 Nov 2001 05:10:16 +0000 (+0000) Subject: found another object that nobody appears to have ever used in a dll. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0d6e7df47c498c7eddf445d2abd0d2f800f3977b 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 --- 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