X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c67202dee33f95fa48b176dec8994340c70eaa2..a0d8a3052817fef6eef27e9a6ab8802495a39db8:/src/common/list.cpp diff --git a/src/common/list.cpp b/src/common/list.cpp index 001e18d593..8bc94a8c64 100644 --- a/src/common/list.cpp +++ b/src/common/list.cpp @@ -37,16 +37,12 @@ #include "wx/utils.h" // for copystring() (beurk...) #endif -// Sun CC compatibility (interference with xview/pkg.h, apparently...) -// But XView is no longer supported. -/* -#if defined (SUN_CC) || defined(__SUNCC__) && defined(__XVIEW__) - #undef va_start - #undef va_end - #undef va_arg - #undef va_list -#endif -*/ +// ----------------------------------------------------------------------------- +// implementation of standard lists +// ----------------------------------------------------------------------------- + +#include "wx/listimpl.cpp" +WX_DEFINE_LIST(wxWindowList); // ============================================================================= // implementation @@ -645,4 +641,3 @@ void wxStringList::Sort() delete [] array; } -