#pragma hdrstop
#endif
+#if wxUSE_LISTCTRL
+
#ifdef __WIN95__
#ifndef WX_PRECOMP
}
else
{
- lvItem.pszText = WXSTRINGCAST info.m_text;
+ lvItem.pszText = info.m_text;
if ( lvItem.pszText )
lvItem.cchTextMax = info.m_text.Length();
else
#endif // __WIN95__
+#endif // wxUSE_LISTCTRL