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
a4c1c66c
Commit
a4c1c66c
authored
Aug 07, 2009
by
Stefan Leichter
Committed by
Alexandre Julliard
Aug 07, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shdocvw: Add stub for SHRestricted2W.
parent
797ec7a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
shdocvw.spec
dlls/shdocvw/shdocvw.spec
+1
-1
shdocvw_main.c
dlls/shdocvw/shdocvw_main.c
+9
-0
No files found.
dlls/shdocvw/shdocvw.spec
View file @
a4c1c66c
...
...
@@ -41,7 +41,7 @@
152 stub -noname CShellUIHelper_CreateInstance2
153 stub -noname IsURLChild
158 stub -noname SHRestricted2A
159 st
ub -noname SHRestricted2W
159 st
dcall -noname SHRestricted2W(long wstr long)
160 stub -noname SHIsRestricted2W
161 stub @ # CSearchAssistantOC::OnDraw
162 stub -noname CDDEAuto_Navigate
...
...
dlls/shdocvw/shdocvw_main.c
View file @
a4c1c66c
...
...
@@ -406,3 +406,12 @@ HRESULT WINAPI IEParseDisplayNameWithBCW(DWORD codepage, LPCWSTR lpszDisplayName
FIXME
(
"stub: 0x%x %s %p %p
\n
"
,
codepage
,
debugstr_w
(
lpszDisplayName
),
pbc
,
ppidl
);
return
E_FAIL
;
}
/******************************************************************
* SHRestricted2W (SHDOCVW.159)
*/
DWORD
WINAPI
SHRestricted2W
(
DWORD
res
,
LPCWSTR
url
,
DWORD
reserved
)
{
FIXME
(
"(%d %s %d) stub
\n
"
,
res
,
debugstr_w
(
url
),
reserved
);
return
0
;
}
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