Author: dgorbachev Date: Tue Oct 20 18:37:51 2009 New Revision: 43652
URL: http://svn.reactos.org/svn/reactos?rev=43652&view=rev Log: Fix deprecated conversion from string constant to 'wchar_t*'
Modified: trunk/reactos/lib/atl/statreg.h
Modified: trunk/reactos/lib/atl/statreg.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/lib/atl/statreg.h?rev=43652... ============================================================================== --- trunk/reactos/lib/atl/statreg.h [iso-8859-1] (original) +++ trunk/reactos/lib/atl/statreg.h [iso-8859-1] Tue Oct 20 18:37:51 2009 @@ -606,10 +606,10 @@ { 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},