fixed DLL linking of wxConvLibc etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -442,7 +442,7 @@ private:
|
||||
// instead.
|
||||
#define WX_DECLARE_GLOBAL_CONV(klass, name) \
|
||||
extern WXDLLIMPEXP_DATA_BASE(klass*) name##Ptr; \
|
||||
extern klass* WXDLLIMPEXP_BASE wxGet_##name##Ptr(); \
|
||||
extern WXDLLIMPEXP_BASE klass* wxGet_##name##Ptr(); \
|
||||
inline klass& wxGet_##name() \
|
||||
{ \
|
||||
if ( !name##Ptr ) \
|
||||
|
Reference in New Issue
Block a user