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
2b32128d
Commit
2b32128d
authored
Apr 30, 2006
by
Mike McCormack
Committed by
Alexandre Julliard
May 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi: Add a stub implementation for IUnknown_ProfferService.
parent
db8090ee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
ordinal.c
dlls/shlwapi/ordinal.c
+6
-0
shlwapi.spec
dlls/shlwapi/shlwapi.spec
+1
-1
No files found.
dlls/shlwapi/ordinal.c
View file @
2b32128d
...
...
@@ -4428,3 +4428,9 @@ HRESULT WINAPI IUnknown_QueryServiceExec(IUnknown *unk, REFIID service, REFIID c
debugstr_guid
(
service
),
debugstr_guid
(
clsid
),
x1
,
x2
,
x3
,
ppvOut
);
return
E_NOTIMPL
;
}
HRESULT
WINAPI
IUnknown_ProfferService
(
IUnknown
*
unk
,
void
*
x0
,
void
*
x1
,
void
*
x2
)
{
FIXME
(
"%p %p %p %p
\n
"
,
unk
,
x0
,
x1
,
x2
);
return
E_NOTIMPL
;
}
dlls/shlwapi/shlwapi.spec
View file @
2b32128d
...
...
@@ -507,7 +507,7 @@
511 stub -noname PathFileExistsDefExtAndAttributesW
512 stub -noname IStream_ReadPidl
513 stub -noname IStream_WritePidl
514 st
ub -noname IUnknown_ProfferService
514 st
dcall -noname IUnknown_ProfferService(ptr ptr ptr ptr)
516 stdcall -noname SKGetValueW(long wstr wstr long long long)
517 stub -noname SKSetValueW
...
...
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