From a50950d7084bd85664d83c9932fc294afc86da75 Mon Sep 17 00:00:00 2001 From: Eric Kohl Date: Sat, 18 Aug 2012 13:25:24 +0000 Subject: [PATCH] [WIDL] - Missed one old header guard. svn path=/trunk/; revision=57096 --- reactos/dll/win32/browseui/shellbrowser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/browseui/shellbrowser.cpp b/reactos/dll/win32/browseui/shellbrowser.cpp index b771d3cbb4f..fe085a0e3af 100644 --- a/reactos/dll/win32/browseui/shellbrowser.cpp +++ b/reactos/dll/win32/browseui/shellbrowser.cpp @@ -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)