mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 11:13:15 +00:00
Fix deprecated conversion from string constant to 'wchar_t*'
svn path=/trunk/; revision=43652
This commit is contained in:
parent
30370a4ecf
commit
fd33db1896
1 changed files with 2 additions and 2 deletions
|
@ -606,10 +606,10 @@ private:
|
||||||
{
|
{
|
||||||
LPCOLESTR iter;
|
LPCOLESTR iter;
|
||||||
strbuf buf;
|
strbuf buf;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
HRESULT hResult;
|
HRESULT hResult;
|
||||||
static const struct {
|
static const struct {
|
||||||
wchar_t *name;
|
const wchar_t *name;
|
||||||
HKEY key;
|
HKEY key;
|
||||||
} root_keys[] = {
|
} root_keys[] = {
|
||||||
{_T("HKEY_CLASSES_ROOT"), HKEY_CLASSES_ROOT},
|
{_T("HKEY_CLASSES_ROOT"), HKEY_CLASSES_ROOT},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue