This variable was moved to wxBase from wxCore recently and hence must be
declared using WXDLLIMPEXP_DATA_BASE and not WXDLLIMPEXP_DATA_CORE now.
Closes #11202.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61938
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( !parent )
return NULL;
- extern WXDLLIMPEXP_DATA_CORE(wxList) wxPendingDelete;
+ extern WXDLLIMPEXP_DATA_BASE(wxList) wxPendingDelete;
if ( wxPendingDelete.Member(parent) || parent->IsBeingDeleted() )
{
// this window is being deleted and we shouldn't create any children