From a091d18c61a9d2feef7af5fb2eb722976732f57c Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 9 Oct 1999 21:16:45 +0000 Subject: [PATCH] Added WXDLLEXPORT for wxInitAllImageHandlers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/image.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_