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
d404ff9c
Commit
d404ff9c
authored
Jun 27, 2014
by
Jacek Caban
Committed by
Alexandre Julliard
Jun 27, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Added InstallReg_RunDLL stub.
parent
f26874c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
shdocvw.spec
dlls/shdocvw/shdocvw.spec
+1
-1
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+8
-0
No files found.
dlls/shdocvw/shdocvw.spec
View file @
d404ff9c
...
...
@@ -121,7 +121,7 @@
@ stub IEAboutBox
@ stub IEWriteErrorLog
@ stdcall ImportPrivacySettings(wstr ptr ptr)
@ st
ub InstallReg_RunDLL
@ st
dcall InstallReg_RunDLL(long long str long)
@ stdcall OpenURL(long long str long) ieframe.OpenURL
@ stub SHGetIDispatchForFolder
@ stdcall SetQueryNetSessionCount(long)
...
...
dlls/shdocvw/shdocvw_main.c
View file @
d404ff9c
...
...
@@ -542,3 +542,11 @@ HRESULT WINAPI ResetProfileSharing(HWND hwnd)
FIXME
(
"(%p) stub
\n
"
,
hwnd
);
return
E_NOTIMPL
;
}
/******************************************************************
* InstallReg_RunDLL (SHDOCVW.@)
*/
void
WINAPI
InstallReg_RunDLL
(
HWND
hwnd
,
HINSTANCE
handle
,
LPCSTR
cmdline
,
INT
show
)
{
FIXME
(
"(%p %p %s %x)
\n
"
,
hwnd
,
handle
,
debugstr_a
(
cmdline
),
show
);
}
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