Commit 700ccaf7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: CGID_Undocumented is CGID_DocHostCmdPriv.

parent f0649f37
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
#include "shlguid.h" #include "shlguid.h"
#include "initguid.h" #include "initguid.h"
DEFINE_SHLGUID(CGID_Undocumented, 0x000214D4L, 0, 0); DEFINE_SHLGUID(CGID_DocHostCmdPriv, 0x000214D4L, 0, 0);
#define DEFINE_EXPECT(func) \ #define DEFINE_EXPECT(func) \
static BOOL expect_ ## func = FALSE, called_ ## func = FALSE static BOOL expect_ ## func = FALSE, called_ ## func = FALSE
...@@ -1841,7 +1841,7 @@ static HRESULT WINAPI OleCommandTarget_Exec(IOleCommandTarget *iface, const GUID ...@@ -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 */ return E_FAIL; /* TODO */
ok(0, "unexpected call\n"); ok(0, "unexpected call\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment