Add support for assigning CAtlString to WCHAR

svn path=/trunk/; revision=67581
This commit is contained in:
Ged Murphy 2015-05-06 21:56:24 +00:00
parent 17047d0b62
commit 3dd1331f2c

View file

@ -120,6 +120,12 @@ namespace ATL
Attach(pNewData);
}
operator PCXSTR() const throw()
{
return m_pszData;
}
};
}