11 Nov
2022
11 Nov
'22
12:26 a.m.
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.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/1311#note_14002