dc.DrawRoundedRectangle(wxRectFromPRectangle(rc), cornerSize);
return;
#else
-
+
#ifdef wxHAS_RAW_BITMAP
// TODO: do something with cornerSize
#else
// If not unicode then just use the widths we have
-#if wxUSE_STL
+#if wxUSE_STD_CONTAINERS
std::copy(tpos.begin(), tpos.end(), positions);
#else
memcpy(positions, tpos.begin(), len * sizeof(int));