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
eba84bb5
Commit
eba84bb5
authored
Jan 29, 2002
by
Eric Kohl
Committed by
Alexandre Julliard
Jan 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added Extract stub.
parent
231f2594
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
umon.c
dlls/urlmon/umon.c
+10
-0
urlmon.spec
dlls/urlmon/urlmon.spec
+1
-1
No files found.
dlls/urlmon/umon.c
View file @
eba84bb5
...
...
@@ -127,3 +127,13 @@ HRESULT WINAPI RevokeBindStatusCallback(
return
hr
;
}
/***********************************************************************
* Extract (URLMON.@)
*
*/
HRESULT
WINAPI
Extract
(
DWORD
Param1
,
DWORD
Param2
)
{
TRACE
(
"%lx %lx
\n
"
,
Param1
,
Param2
);
return
S_OK
;
}
dlls/urlmon/urlmon.spec
View file @
eba84bb5
...
...
@@ -34,7 +34,7 @@ debug_channels (urlmon win32)
@ stdcall DllRegisterServer() URLMON_DllRegisterServer
@ stdcall DllRegisterServerEx() URLMON_DllRegisterServerEx
@ stdcall DllUnregisterServer() URLMON_DllUnregisterServer
@ st
ub
Extract
@ st
dcall Extract(long long)
Extract
@ stub FaultInIEFeature
@ stub FindMediaType
@ stub FindMediaTypeClass
...
...
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