June 26, 2023
1:17 p.m.
From: Fabian Maurer <dark.shadow4(a)web.de> --- include/mpegtype.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/mpegtype.idl b/include/mpegtype.idl index dd0284cfc53..8d85e3a227a 100644 --- a/include/mpegtype.idl +++ b/include/mpegtype.idl @@ -24,7 +24,8 @@ cpp_quote("#include <mmreg.h>") [ object, /* uuid(b45dd570-3c77-11d1-abe1-00a0c905f375) conflicts with uuids.h */ - pointer_default(unique) + pointer_default(unique), + local ] interface IMpegAudioDecoder : IUnknown { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3149