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
b2f6b44b
Commit
b2f6b44b
authored
Jul 03, 2009
by
Nikolay Sivov
Committed by
Alexandre Julliard
Jul 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleacc: Add ObjectFromLresult stub.
parent
44da9ba3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
main.c
dlls/oleacc/main.c
+6
-0
oleacc.spec
dlls/oleacc/oleacc.spec
+1
-1
No files found.
dlls/oleacc/main.c
View file @
b2f6b44b
...
...
@@ -40,6 +40,12 @@ HRESULT WINAPI CreateStdAccessibleObject( HWND hwnd, LONG idObject,
return
E_NOTIMPL
;
}
HRESULT
WINAPI
ObjectFromLresult
(
LRESULT
result
,
REFIID
riid
,
WPARAM
wParam
,
void
**
ppObject
)
{
FIXME
(
"%ld %s %ld %p
\n
"
,
result
,
debugstr_guid
(
riid
),
wParam
,
ppObject
);
return
E_NOTIMPL
;
}
LRESULT
WINAPI
LresultFromObject
(
REFIID
riid
,
WPARAM
wParam
,
LPUNKNOWN
pAcc
)
{
FIXME
(
"%s %ld %p
\n
"
,
debugstr_guid
(
riid
),
wParam
,
pAcc
);
...
...
dlls/oleacc/oleacc.spec
View file @
b2f6b44b
...
...
@@ -16,5 +16,5 @@
@ stub IID_IAccessibleHandler
@ stub LIBID_Accessibility
@ stdcall LresultFromObject(ptr long ptr)
@ st
ub ObjectFromLresult
@ st
dcall ObjectFromLresult(long ptr long ptr)
@ stub WindowFromAccessibleObject
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