- Missed one old header guard.

svn path=/trunk/; revision=57096
This commit is contained in:
Eric Kohl 2012-08-18 13:25:24 +00:00
parent 7f242b94c7
commit a50950d708

View file

@ -2579,7 +2579,7 @@ HRESULT STDMETHODCALLTYPE CShellBrowser::put_Height(long Height)
{
return E_NOTIMPL;
}
#ifdef __WIDL_EXDISP_H
#ifdef __exdisp_h__
#undef long
#endif
HRESULT STDMETHODCALLTYPE CShellBrowser::get_LocationName(BSTR *LocationName)