Re: [PATCH] strmiids: Add evr interface GUIDS
Fabian Maurer <dark.shadow4(a)web.de> writes:
@@ -18,12 +18,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-import "unknwn.idl"; -import "propidl.idl"; import "mfidl.idl"; -import "mftransform.idl"; -import "mediaobj.idl"; -import "strmif.idl";
These are included by the MS header, so we need to have them too. -- Alexandre Julliard julliard(a)winehq.org
On Montag, 18. September 2017 09:26:30 CEST Alexandre Julliard wrote:
Fabian Maurer <dark.shadow4(a)web.de> writes:
@@ -18,12 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-import "unknwn.idl"; -import "propidl.idl";
import "mfidl.idl";
-import "mftransform.idl"; -import "mediaobj.idl"; -import "strmif.idl";
These are included by the MS header, so we need to have them too.
What exactly is missing? We get them indirectly when including "mfidl.idl". Regards, Fabian Maurer
Fabian Maurer <dark.shadow4(a)web.de> writes:
On Montag, 18. September 2017 09:26:30 CEST Alexandre Julliard wrote:
Fabian Maurer <dark.shadow4(a)web.de> writes:
@@ -18,12 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-import "unknwn.idl"; -import "propidl.idl";
import "mfidl.idl";
-import "mftransform.idl"; -import "mediaobj.idl"; -import "strmif.idl";
These are included by the MS header, so we need to have them too.
What exactly is missing? We get them indirectly when including "mfidl.idl".
Sure, unless an app does something strange like #define __mfidl_h__. There have been such cases in the past, so it's better to play it safe. -- Alexandre Julliard julliard(a)winehq.org
These are included by the MS header, so we need to have them too.
What exactly is missing? We get them indirectly when including "mfidl.idl".
Sure, unless an app does something strange like #define __mfidl_h__. There have been such cases in the past, so it's better to play it safe.
Can't argue with that. I'll rework it, thanks for explaining. Regards, Fabian Maurer
participants (2)
-
Alexandre Julliard -
Fabian Maurer