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

qasf: Remove DECLSPEC_HIDDEN usage.

parent 8654e867
......@@ -29,7 +29,7 @@
#include "wine/debug.h"
#include "wine/strmbase.h"
HRESULT asf_reader_create(IUnknown *outer, IUnknown **out) DECLSPEC_HIDDEN;
HRESULT dmo_wrapper_create(IUnknown *outer, IUnknown **out) DECLSPEC_HIDDEN;
HRESULT asf_reader_create(IUnknown *outer, IUnknown **out);
HRESULT dmo_wrapper_create(IUnknown *outer, IUnknown **out);
#endif /* QASF_PRIVATE_H */
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