buf[lenCur++] = ch; \
}
-#define APPEND_STR(s) \
- { \
- for ( const wxChar *p = s; *p; p++ ) \
- { \
- APPEND_CH(*p); \
- } \
- }
-
switch ( m_type )
{
case wxPAT_INT:
}
#undef APPEND_CH
-#undef APPEND_STR
#undef CHECK_PREC
#else // wxVsnprintf_ is defined