David Adam : Revert "amstream: Fix the condition of existence of the IMediaStream interface."

Alexandre Julliard julliard at winehq.org
Mon Jun 9 07:13:02 CDT 2008


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

Author: David Adam <david.adam.cnrs at gmail.com>
Date:   Mon Jun  9 12:55:54 2008 +0200

Revert "amstream: Fix the condition of existence of the IMediaStream interface."

This reverts commit 653c7e7dcaf7ebee2cfc8a6e356779dc8974aac6.

---

 dlls/amstream/mediastream.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dlls/amstream/mediastream.c b/dlls/amstream/mediastream.c
index 3d15731..2cb7ce6 100644
--- a/dlls/amstream/mediastream.c
+++ b/dlls/amstream/mediastream.c
@@ -71,8 +71,7 @@ static HRESULT WINAPI IMediaStreamImpl_QueryInterface(IMediaStream* iface, REFII
     TRACE("(%p/%p)->(%s,%p)\n", iface, This, debugstr_guid(riid), ppvObject);
 
     if (IsEqualGUID(riid, &IID_IUnknown) ||
-        IsEqualGUID(riid, &IID_IAMMultiMediaStream) ||
-        IsEqualGUID(riid, &IID_IDirectDrawMediaStream))
+        IsEqualGUID(riid, &IID_IAMMultiMediaStream))
     {
       IClassFactory_AddRef(iface);
       *ppvObject = This;




More information about the wine-cvs mailing list