mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[ATL]
Add support for assigning CAtlString to WCHAR svn path=/trunk/; revision=67581
This commit is contained in:
parent
17047d0b62
commit
3dd1331f2c
1 changed files with 6 additions and 0 deletions
|
@ -120,6 +120,12 @@ namespace ATL
|
|||
Attach(pNewData);
|
||||
}
|
||||
|
||||
|
||||
operator PCXSTR() const throw()
|
||||
{
|
||||
return m_pszData;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue