- DrawState(hdc, NULL, NULL,
- (LPARAM)m_strName.c_str(), m_strName.length(),
- x, rc.y, rc.GetWidth(), rc.GetHeight(),
- DST_PREFIXTEXT | (st & wxODDisabled ? DSS_DISABLED : 0));
+
+ ::DrawState(hdc, NULL, NULL,
+ (LPARAM)m_strName.c_str(), m_strName.length(),
+ x, rc.y, rc.GetWidth(), rc.GetHeight(),
+ DST_PREFIXTEXT | (st & wxODDisabled ? DSS_DISABLED : 0));