Added CoWaitForMultipleHandles to ole32.spec so it will be visible to W indows apps.

John Morris mailjohnmorris at gmail.com
Wed Jan 31 18:11:50 CST 2007


-------------- next part --------------
From 79b3a4ba86ec3ddbd4b8be7c04bb350d78c78bfa Mon Sep 17 00:00:00 2001
From: John Morris <mailjohnmorris at gmail.com>
Date: Wed, 31 Jan 2007 17:38:04 -0600
Subject: Added CoWaitForMultipleHandles to ole32.spec so it will be visible to Windows apps.

---
 ChangeLog             |    5 +++++
 dlls/ole32/ole32.spec |    1 +
 2 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 658036c..ce545d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-01-31  John Morris <mailjohnmorris at gmail.com>
+
+	* dlls/ole32/ole32.spec:
+	ole32: Add CoWaitForMultipleHandles to spec file so it will be visible to windows apps.
+
 2007-01-24  Vitaliy Margolen <wine-patches at kievinfo.com>
 
 	* server/token.c:
diff --git a/dlls/ole32/ole32.spec b/dlls/ole32/ole32.spec
index d775556..3ae0240 100644
--- a/dlls/ole32/ole32.spec
+++ b/dlls/ole32/ole32.spec
@@ -76,6 +76,7 @@
 @ stub CoUnloadingWOW
 @ stdcall CoUnmarshalHresult(ptr ptr)
 @ stdcall CoUnmarshalInterface(ptr ptr ptr)
+@ stdcall CoWaitForMultipleHandles(long long long ptr ptr)
 @ stdcall CreateAntiMoniker(ptr)
 @ stdcall CreateBindCtx(long ptr)
 @ stdcall CreateClassMoniker(ptr ptr)
-- 
1.4.4.4


More information about the wine-patches mailing list