]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
Fixed doubled-up key effects in wxTextCtrl by resetting m_lastMsg to 0
[wxWidgets.git] / src / common / list.cpp
index 001e18d5930f5cb40d4b230e65be0b6dc217992c..8bc94a8c646e8ef40730ff7e8f99fb6e2dbef6e3 100644 (file)
     #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;
 }
-