From: Robin Dunn Date: Sat, 9 Oct 1999 21:16:45 +0000 (+0000) Subject: Added WXDLLEXPORT for wxInitAllImageHandlers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a091d18c61a9d2feef7af5fb2eb722976732f57c?ds=inline Added WXDLLEXPORT for wxInitAllImageHandlers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/image.h b/include/wx/image.h index e4d78863ab..cc07d24d24 100644 --- a/include/wx/image.h +++ b/include/wx/image.h @@ -356,14 +356,14 @@ public: static void CleanUpHandlers(); static void InitStandardHandlers(); - + protected: static wxList sm_handlers; }; -extern void wxInitAllImageHandlers(); +extern void WXDLLEXPORT wxInitAllImageHandlers(); #endif // _WX_IMAGE_H_