Fix deprecated conversion from string constant to 'wchar_t*'

svn path=/trunk/; revision=43652
This commit is contained in:
Dmitry Gorbachev 2009-10-20 16:37:51 +00:00
parent 30370a4ecf
commit fd33db1896

View file

@ -606,10 +606,10 @@ private:
{
LPCOLESTR iter;
strbuf buf;
unsigned int i;
unsigned int i;
HRESULT hResult;
static const struct {
wchar_t *name;
const wchar_t *name;
HKEY key;
} root_keys[] = {
{_T("HKEY_CLASSES_ROOT"), HKEY_CLASSES_ROOT},