Commit 073f0af5 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

mfreadwrite: Remove DECLSPEC_HIDDEN usage.

parent 31f9a851
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment