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
e7d95132
Commit
e7d95132
authored
Oct 23, 2008
by
Sylvain Petreolle
Committed by
Alexandre Julliard
Oct 23, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Stub implementation for CoGetCallerTID.
parent
589d7eaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
ole2stubs.c
dlls/ole32/ole2stubs.c
+9
-0
ole32.spec
dlls/ole32/ole32.spec
+1
-1
No files found.
dlls/ole32/ole2stubs.c
View file @
e7d95132
...
...
@@ -119,3 +119,12 @@ HRESULT WINAPI OleRegEnumFormatEtc (
return
E_NOTIMPL
;
}
/***********************************************************************
* CoGetCallerTID [OLE32.@]
*/
HRESULT
WINAPI
CoGetCallerTID
(
LPDWORD
lpdwTID
)
{
FIXME
(
"stub!
\n
"
);
return
E_NOTIMPL
;
}
dlls/ole32/ole32.spec
View file @
e7d95132
...
...
@@ -22,7 +22,7 @@
@ stdcall CoFreeUnusedLibraries()
@ stdcall CoFreeUnusedLibrariesEx(long long)
@ stdcall CoGetCallContext(ptr ptr)
@ st
ub CoGetCallerTID
@ st
dcall CoGetCallerTID(ptr)
@ stdcall CoGetClassObject(ptr long ptr ptr ptr)
@ stdcall CoGetContextToken(ptr)
@ stub CoGetCurrentLogicalThreadId
...
...
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