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
c8aedf97
Commit
c8aedf97
authored
Aug 26, 2005
by
Robert Shearman
Committed by
Alexandre Julliard
Aug 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add stub for CoAllowSetForegroundWindow.
parent
390d5028
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
compobj.c
dlls/ole32/compobj.c
+10
-0
ole32.spec
dlls/ole32/ole32.spec
+1
-0
No files found.
dlls/ole32/compobj.c
View file @
c8aedf97
...
...
@@ -2490,6 +2490,16 @@ BOOL WINAPI CoIsHandlerConnected(IUnknown *pUnk)
return
TRUE
;
}
/***********************************************************************
* CoAllowSetForegroundWindow [OLE32.@]
*
*/
HRESULT
WINAPI
CoAllowSetForegroundWindow
(
IUnknown
*
pUnk
,
void
*
pvReserved
)
{
FIXME
(
"(%p, %p): stub
\n
"
,
pUnk
,
pvReserved
);
return
S_OK
;
}
/***********************************************************************
* CoQueryProxyBlanket [OLE32.@]
...
...
dlls/ole32/ole32.spec
View file @
c8aedf97
...
...
@@ -6,6 +6,7 @@
@ stdcall CLSIDFromProgID(wstr ptr)
@ stdcall CLSIDFromString(wstr ptr)
@ stdcall CoAddRefServerProcess()
@ stdcall CoAllowSetForegroundWindow(ptr ptr)
@ stdcall CoBuildVersion()
@ stdcall CoCopyProxy(ptr ptr)
@ stdcall CoCreateFreeThreadedMarshaler(ptr ptr)
...
...
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