Zebediah Figura (@zfigura) commented about dlls/wmvcore/async_reader.c:
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
-#include "gst_private.h" +#include <stdarg.h> +#include <stddef.h> +#include <stdbool.h>
+#define COBJMACROS +#include "windef.h" +#include "winbase.h"
+#define EXTERN_GUID DEFINE_GUID +#include "initguid.h" +#include "wmvcore.h"
Can we please call this "wmvcore_private.h"? Mostly because "wmvcore.h" looks too much like a public header name.