mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 21:52:59 +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);
|
Attach(pNewData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
operator PCXSTR() const throw()
|
||||||
|
{
|
||||||
|
return m_pszData;
|
||||||
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue