- Declare IID only once aka fix GCC build

svn path=/trunk/; revision=59439
This commit is contained in:
Thomas Faber 2013-07-07 07:28:43 +00:00
parent b8c50a5989
commit e25e5e9863

View file

@ -1903,7 +1903,6 @@ HRESULT WINAPI SHOpenWithDialog(
#define INTERFACE IShellIconOverlayIdentifier
DEFINE_GUID(IID_IShellIconOverlayIdentifier, 0x0c6c4200L, 0xc589, 0x11d0, 0x99, 0x9a, 0x00, 0xc0, 0x4f, 0xd6, 0x55, 0xe1);
DECLARE_INTERFACE_(IShellIconOverlayIdentifier, IUnknown)
{
STDMETHOD(QueryInterface) (THIS_ REFIID riid, void **ppv) PURE;