Austin English : ole32: Add a stub for CoGetCurrentLogicalThreadId.

Alexandre Julliard julliard at winehq.org
Thu Aug 27 10:31:39 CDT 2009


Module: wine
Branch: master
Commit: 57bc49099b72d3e4c9bafc9a4d9419d82f2258a5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=57bc49099b72d3e4c9bafc9a4d9419d82f2258a5

Author: Austin English <austinenglish at gmail.com>
Date:   Wed Aug 26 13:07:06 2009 -0500

ole32: Add a stub for CoGetCurrentLogicalThreadId.

---

 dlls/ole32/ole2stubs.c |    9 +++++++++
 dlls/ole32/ole32.spec  |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/dlls/ole32/ole2stubs.c b/dlls/ole32/ole2stubs.c
index 7c45704..b029a86 100644
--- a/dlls/ole32/ole2stubs.c
+++ b/dlls/ole32/ole2stubs.c
@@ -128,3 +128,12 @@ HRESULT WINAPI CoGetCallerTID(LPDWORD lpdwTID)
   FIXME("stub!\n");
   return E_NOTIMPL;
 }
+
+/***********************************************************************
+ *              CoGetCurrentLogicalThreadId        [OLE32.@]
+ */
+HRESULT WINAPI CoGetCurrentLogicalThreadId(GUID *pguid)
+{
+  FIXME(": stub\n");
+  return E_NOTIMPL;
+}
diff --git a/dlls/ole32/ole32.spec b/dlls/ole32/ole32.spec
index 97f2f3d..79e7686 100644
--- a/dlls/ole32/ole32.spec
+++ b/dlls/ole32/ole32.spec
@@ -25,7 +25,7 @@
 @ stdcall CoGetCallerTID(ptr)
 @ stdcall CoGetClassObject(ptr long ptr ptr ptr)
 @ stdcall CoGetContextToken(ptr)
-@ stub CoGetCurrentLogicalThreadId
+@ stdcall CoGetCurrentLogicalThreadId(ptr)
 @ stdcall CoGetCurrentProcess()
 @ stub CoGetInstanceFromFile      #@ stdcall (ptr ptr ptr long wstr long ptr) return 0,ERR_NOTIMPLEMENTED
 @ stub CoGetInstanceFromIStorage  #@ stdcall (ptr ptr ptr long ptr long ptr) return 0,ERR_NOTIMPLEMENTED




More information about the wine-cvs mailing list