Fix link errors with VC 11 in DLL STL build.
Don't declare wxWindowList as DLL-exported. It's unnecessary and appears to create problems for VC 11. Closes #14741. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72940 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{ \
|
||||
delete X; \
|
||||
} \
|
||||
name::BaseListType name::EmptyList;
|
||||
_WX_LIST_HELPER_##name::BaseListType _WX_LIST_HELPER_##name::EmptyList;
|
||||
|
||||
#else // !wxUSE_STD_CONTAINERS
|
||||
#undef WX_DEFINE_LIST_2
|
||||
|
Reference in New Issue
Block a user