// Use standard C++ streams if 1. If 0, use wxWin streams implementation only.
#define wxUSE_STD_IOSTREAM 0
-// Enable converion to standard C++ string if 1.
+// Enable conversion to standard C++ string if 1.
#define wxUSE_STD_STRING 0
// ----------------------------------------------------------------------------
// Set to 0 for no libmspack
#define wxUSE_LIBMSPACK 0
+// native toolbar does not support embedding controls yet, please test by setting to 1
+#define wxMAC_USE_NATIVE_TOOLBAR 0
+
+
+
#endif
// _WX_SETUP_H_