1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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);