From: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> --- dlls/mfreadwrite/mf_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlls/mfreadwrite/mf_private.h b/dlls/mfreadwrite/mf_private.h index e2372e7e856..d8b44712b4a 100644 --- a/dlls/mfreadwrite/mf_private.h +++ b/dlls/mfreadwrite/mf_private.h @@ -19,9 +19,9 @@ #include "mferror.h" extern HRESULT create_sink_writer_from_url(const WCHAR *url, IMFByteStream *stream, - IMFAttributes *attributes, REFIID riid, void **out) DECLSPEC_HIDDEN; + IMFAttributes *attributes, REFIID riid, void **out); extern HRESULT create_sink_writer_from_sink(IMFMediaSink *sink, IMFAttributes *attributes, - REFIID riid, void **out) DECLSPEC_HIDDEN; + REFIID riid, void **out); static inline BOOL mf_array_reserve(void **elements, size_t *capacity, size_t count, size_t size) { -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3304