mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
[LIB/ATL]
* Fix a typo. * Remove a redundant assign. svn path=/trunk/; revision=58207
This commit is contained in:
parent
015d42cf42
commit
87644827ce
1 changed files with 1 additions and 2 deletions
|
@ -173,7 +173,7 @@ public:
|
||||||
|
|
||||||
HRESULT STDMETHODCALLTYPE ResourceUnregister(LPCOLESTR resFileName, UINT nID, LPCOLESTR szType)
|
HRESULT STDMETHODCALLTYPE ResourceUnregister(LPCOLESTR resFileName, UINT nID, LPCOLESTR szType)
|
||||||
{
|
{
|
||||||
return ResourceRegisterSz(resFileName, MAKEINTRESOURCEW(nID), szType);
|
return ResourceUnregisterSz(resFileName, MAKEINTRESOURCEW(nID), szType);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@ -505,7 +505,6 @@ private:
|
||||||
|
|
||||||
iter = *pstr;
|
iter = *pstr;
|
||||||
hkey = NULL;
|
hkey = NULL;
|
||||||
iter = *pstr;
|
|
||||||
hres = get_word(&iter, buf);
|
hres = get_word(&iter, buf);
|
||||||
if (FAILED(hres))
|
if (FAILED(hres))
|
||||||
return hres;
|
return hres;
|
||||||
|
|
Loading…
Reference in a new issue