]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/list.cpp
Added wxGenericValidator & doc
[wxWidgets.git] / src / common / list.cpp
index 001e18d5930f5cb40d4b230e65be0b6dc217992c..85448991d261d53578654e17d27446d7c37be7f4 100644 (file)
     #include "wx/utils.h"   // for copystring() (beurk...)
 #endif
 
     #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
 // =============================================================================
 // =============================================================================
 // implementation
 // =============================================================================