mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[PSDK]
- Declare IID only once aka fix GCC build svn path=/trunk/; revision=59439
This commit is contained in:
parent
b8c50a5989
commit
e25e5e9863
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue