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
9b2132b5
Commit
9b2132b5
authored
Oct 19, 2011
by
Stefan Leichter
Committed by
Alexandre Julliard
Oct 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
url: Add stub for OpenURLA.
parent
811ae03a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
url.spec
dlls/url/url.spec
+2
-2
url_main.c
dlls/url/url_main.c
+9
-0
No files found.
dlls/url/url.spec
View file @
9b2132b5
...
...
@@ -11,8 +11,8 @@
@ stub MailToProtocolHandlerA
@ stub NewsProtocolHandler
@ stub NewsProtocolHandlerA
@ st
ub OpenURL
@ st
ub OpenURLA
@ st
dcall OpenURL(long long str long) OpenURLA
@ st
dcall OpenURLA(long long str long)
@ stdcall TelnetProtocolHandler(long str) TelnetProtocolHandlerA
@ stdcall TelnetProtocolHandlerA(long str)
@ stub TranslateURLA
...
...
dlls/url/url_main.c
View file @
9b2132b5
...
...
@@ -106,6 +106,15 @@ HRESULT WINAPI FileProtocolHandlerA(HWND hWnd, HINSTANCE hInst, LPCSTR pszUrl,
}
/***********************************************************************
* OpenURLA (URL.@)
*
*/
void
WINAPI
OpenURLA
(
HWND
hwnd
,
HINSTANCE
inst
,
LPCSTR
cmdline
,
INT
show
)
{
FIXME
(
"(%p, %p, %s, %d): stub!
\n
"
,
hwnd
,
inst
,
debugstr_a
(
cmdline
),
show
);
}
/***********************************************************************
* TelnetProtocolHandlerA (URL.@)
*
*/
...
...
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