[includes]
authorAndrew Hill <ash77@reactos.org>
Sat, 31 Oct 2009 16:59:33 +0000 (16:59 +0000)
committerAndrew Hill <ash77@reactos.org>
Sat, 31 Oct 2009 16:59:33 +0000 (16:59 +0000)
- 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

reactos/include/psdk/shobjidl.idl

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