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

qdvd: Remove DECLSPEC_HIDDEN usage.

parent 31c7d1e4
......@@ -25,7 +25,7 @@
#include "dshow.h"
#include "wine/debug.h"
HRESULT graph_builder_create(IUnknown *outer, IUnknown **out) DECLSPEC_HIDDEN;
HRESULT navigator_create(IUnknown *outer, IUnknown **out) DECLSPEC_HIDDEN;
HRESULT graph_builder_create(IUnknown *outer, IUnknown **out);
HRESULT navigator_create(IUnknown *outer, IUnknown **out);
#endif /* QDVD_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