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
dee73676
Commit
dee73676
authored
Jan 19, 2005
by
Mike McCormack
Committed by
Alexandre Julliard
Jan 19, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub definition for OpenUrl.
parent
93233889
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
misc.c
dlls/shdocvw/misc.c
+8
-0
shdocvw.spec
dlls/shdocvw/shdocvw.spec
+1
-1
No files found.
dlls/shdocvw/misc.c
View file @
dee73676
...
...
@@ -95,3 +95,11 @@ static IQuickActivateVtbl WBQA_Vtbl =
};
IQuickActivateImpl
SHDOCVW_QuickActivate
=
{
&
WBQA_Vtbl
,
1
};
/**********************************************************************
* OpenURL (SHDOCVW.@)
*/
void
WINAPI
OpenURL
(
HWND
hWnd
,
HINSTANCE
hInst
,
LPCSTR
lpcstrUrl
,
int
nShowCmd
)
{
FIXME
(
"%p %p %s %d
\n
"
,
hWnd
,
hInst
,
debugstr_a
(
lpcstrUrl
),
nShowCmd
);
}
dlls/shdocvw/shdocvw.spec
View file @
dee73676
...
...
@@ -121,7 +121,7 @@
@ stub ImportPrivacySettings
@ stub InstallReg_RunDLL
@ stub IEWriteErrorLog
@ st
ub OpenURL
@ st
dcall OpenURL(long long str long)
@ stub SHGetIDispatchForFolder
@ stdcall SetQueryNetSessionCount(long)
@ stub SoftwareUpdateMessageBox
...
...
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