mirror of
https://github.com/reactos/reactos.git
synced 2025-07-02 22:51:23 +00:00
[RSHELL]
* Really fix GCC build. svn path=/branches/shell-experiments/; revision=63709
This commit is contained in:
parent
eb28ee17c8
commit
e1b309d6de
4 changed files with 12 additions and 7 deletions
|
@ -19,9 +19,9 @@
|
|||
*/
|
||||
#pragma once
|
||||
|
||||
static IID IID_IAugmentedShellFolder = { 0x91EA3F8C, 0xC99B, 0x11D0, { 0x98, 0x15, 0x00, 0xC0, 0x4F, 0xD9, 0x19, 0x72 } };
|
||||
static IID IID_IAugmentedShellFolder2 = { 0x8DB3B3F4, 0x6CFE, 0x11D1, { 0x8A, 0xE9, 0x00, 0xC0, 0x4F, 0xD9, 0x18, 0xD0 } };
|
||||
static CLSID CLSID_MergedFolder = { 0x26FDC864, 0xBE88, 0x46E7, { 0x92, 0x35, 0x03, 0x2D, 0x8E, 0xA5, 0x16, 0x2E } };
|
||||
extern IID IID_IAugmentedShellFolder;
|
||||
extern IID IID_IAugmentedShellFolder2;
|
||||
extern CLSID CLSID_MergedFolder;
|
||||
|
||||
interface IAugmentedShellFolder : public IShellFolder
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue