Added WXDLLEXPORT for wxInitAllImageHandlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e115e77131
commit
a091d18c61
1 changed files with 2 additions and 2 deletions
|
|
@ -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_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue