[includes]

- Fix TestCD
- IDeskBar is only defined when WIN32_IE >= _WIN32_IE_IE60, so ITrackShellMenu should also be defined only when WIN32_IE >= _WIN32_IE_IE60

svn path=/trunk/; revision=43878
This commit is contained in:
Andrew Hill 2009-10-31 16:59:33 +00:00
parent 05e33d82e8
commit 24c6ff3165

View file

@ -2701,6 +2701,7 @@ interface IBrowserService4 : IBrowserService3
HRESULT _ResizeAllBorders(); HRESULT _ResizeAllBorders();
} }
cpp_quote("#if (_WIN32_IE >= _WIN32_IE_IE60)")
/***************************************************************************** /*****************************************************************************
* ITrackShellMenu interface * ITrackShellMenu interface
@ -2724,3 +2725,5 @@ interface ITrackShellMenu : IShellMenu
[in] RECTL *prcExclude, [in] RECTL *prcExclude,
MP_POPUPFLAGS dwFlags); MP_POPUPFLAGS dwFlags);
}; };
cpp_quote("#endif /* _WIN32_IE_IE60 */")