mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:45:53 +00:00
[WIDL]
- Missed one old header guard. svn path=/trunk/; revision=57096
This commit is contained in:
parent
7f242b94c7
commit
a50950d708
1 changed files with 1 additions and 1 deletions
|
@ -2579,7 +2579,7 @@ HRESULT STDMETHODCALLTYPE CShellBrowser::put_Height(long Height)
|
||||||
{
|
{
|
||||||
return E_NOTIMPL;
|
return E_NOTIMPL;
|
||||||
}
|
}
|
||||||
#ifdef __WIDL_EXDISP_H
|
#ifdef __exdisp_h__
|
||||||
#undef long
|
#undef long
|
||||||
#endif
|
#endif
|
||||||
HRESULT STDMETHODCALLTYPE CShellBrowser::get_LocationName(BSTR *LocationName)
|
HRESULT STDMETHODCALLTYPE CShellBrowser::get_LocationName(BSTR *LocationName)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue