Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
60827da9
Commit
60827da9
authored
Sep 22, 2010
by
Jacek Caban
Committed by
Alexandre Julliard
Sep 22, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added PrintHTML stub.
parent
6cccf516
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
main.c
dlls/mshtml/main.c
+8
-0
mshtml.spec
dlls/mshtml/mshtml.spec
+1
-1
No files found.
dlls/mshtml/main.c
View file @
60827da9
...
...
@@ -334,6 +334,14 @@ HRESULT WINAPI ShowHTMLDialog(HWND hwndParent, IMoniker *pMk, VARIANT *pvarArgIn
return
E_NOTIMPL
;
}
/***********************************************************************
* PrintHTML (MSHTML.@)
*/
void
WINAPI
PrintHTML
(
HWND
hwnd
,
HINSTANCE
handle
,
LPCSTR
cmdline
,
INT
show
)
{
FIXME
(
"(%p %p %s %x)
\n
"
,
hwnd
,
handle
,
debugstr_a
(
cmdline
),
show
);
}
DEFINE_GUID
(
CLSID_CBackgroundPropertyPage
,
0x3050F232
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CCDAnchorPropertyPage
,
0x3050F1FC
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
DEFINE_GUID
(
CLSID_CCDGenericPropertyPage
,
0x3050F17F
,
0x98B5
,
0x11CF
,
0xBB
,
0x82
,
0x00
,
0xAA
,
0x00
,
0xBD
,
0xCE
,
0x0B
);
...
...
dlls/mshtml/mshtml.spec
View file @
60827da9
...
...
@@ -6,7 +6,7 @@
@ stdcall -private DllRegisterServer()
@ stdcall -private DllUnregisterServer()
@ stub MatchExactGetIDsOfNames
@ st
ub PrintHTML
@ st
dcall PrintHTML(ptr ptr str long)
@ stdcall RNIGetCompatibleVersion()
@ stdcall RunHTMLApplication(long long str long)
@ stdcall ShowHTMLDialog(ptr ptr ptr wstr ptr)
...
...
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