mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
[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:
parent
05e33d82e8
commit
24c6ff3165
1 changed files with 3 additions and 0 deletions
|
@ -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 */")
|
||||||
|
|
Loading…
Reference in a new issue