Description
atl-cstringt-integer-resource.patch
This patch enables our ATL CStringT class to construct from the integer string resources.
if (IS_INTRESOURCE(pszSrc))
|
LoadString(LOWORD(pszSrc));
|
else
|
*this = pszSrc;
|