#include "wx/setup.h"
+// old C++ headers (like <iostream.h>) declare classes in the global namespace
+// while the new, standard ones (like <iostream>) do it in std:: namespace
+//
+// using this macro allows constuctions like "wxSTD iostream" to work in
+// either case
+#if !wxUSE_IOSTREAMH
+ #define wxSTD std::
+#else
+ #define wxSTD
+#endif
+
// just in case they were defined in setup.h
#ifdef PACKAGE
#undef PACKAGE
#elif defined(__SC__)
#define __SYMANTECC__
#endif // compiler
+
+ // size_t is the same as unsigned int for all Windows compilers we know
+ #define wxSIZE_T_IS_UINT
#endif // OS
// if we're on a Unix system but didn't use configure (so that setup.h didn't
#define wxTR_EXTENDED 0x0040
#define wxTR_HAS_VARIABLE_ROW_HEIGHT 0x0080
#define wxTR_NO_LINES 0x0100
+#define wxTR_MAC_BUTTONS 0x0200
+#define wxTR_ROW_LINES 0x0400
/*
* wxListCtrl flags