- GetPrivateProfileString(m_strGroup, strKey, "",
- szBuf, WXSIZEOF(szBuf), m_strLocalFilename);
- if ( ::IsEmpty(szBuf) ) {
+ GetPrivateProfileString(m_strGroup.wx_str(), strKey.wx_str(), wxT(""),
+ szBuf, WXSIZEOF(szBuf),
+ m_strLocalFilename.wx_str());
+ if ( wxIsEmpty(szBuf) ) {