mfsrcsnk: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-06-28 18:44:52 +10:00 committed by Alexandre Julliard
parent 90df243f8e
commit 5459f05850

View file

@ -18,4 +18,4 @@
#include "wine/mfinternal.h"
extern HRESULT wave_sink_factory_create(REFIID riid, void **out) DECLSPEC_HIDDEN;
extern HRESULT wave_sink_factory_create(REFIID riid, void **out);