mshtml: CGID_Undocumented is CGID_DocHostCmdPriv.

This commit is contained in:
Jacek Caban 2007-05-10 00:34:55 +02:00 committed by Alexandre Julliard
parent f0649f3731
commit 700ccaf767
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#include "shlguid.h"
#include "initguid.h"
DEFINE_SHLGUID(CGID_Undocumented, 0x000214D4L, 0, 0);
DEFINE_SHLGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
#define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
@ -1841,7 +1841,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID
};
}
if(IsEqualGUID(&CGID_Undocumented, pguidCmdGroup))
if(IsEqualGUID(&CGID_DocHostCmdPriv, pguidCmdGroup))
return E_FAIL; /* TODO */
ok(0, "unexpected call\n");