fixes for Sun CC 5.0 (unlike 4.2 it understands bool)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -37,17 +37,6 @@
|
||||
#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
|
||||
// =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user