18 Sep
2017
18 Sep
'17
1:56 p.m.
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