Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
700ccaf7
Commit
700ccaf7
authored
May 10, 2007
by
Jacek Caban
Committed by
Alexandre Julliard
May 10, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: CGID_Undocumented is CGID_DocHostCmdPriv.
parent
f0649f37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+2
-2
No files found.
dlls/mshtml/tests/htmldoc.c
View file @
700ccaf7
...
...
@@ -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
"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment