Index: cstringt.h =================================================================== --- cstringt.h (revision 74759) +++ cstringt.h (working copy) @@ -453,6 +453,12 @@ return *this; } + CStringT& operator+=(_In_ XCHAR ch) + { + CThisSimpleString::operator+=(ch); + return *this; + } + BOOL LoadString(_In_ UINT nID) { return LoadString(_AtlBaseModule.GetResourceInstance(), nID);