mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:21:14 +00:00
mf: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
da70183e4d
commit
31f9a85112
1 changed files with 6 additions and 6 deletions
|
@ -56,7 +56,7 @@ struct activate_funcs
|
||||||
void (*free_private)(void *context);
|
void (*free_private)(void *context);
|
||||||
};
|
};
|
||||||
|
|
||||||
HRESULT create_activation_object(void *context, const struct activate_funcs *funcs, IMFActivate **ret) DECLSPEC_HIDDEN;
|
HRESULT create_activation_object(void *context, const struct activate_funcs *funcs, IMFActivate **ret);
|
||||||
|
|
||||||
static inline const char *debugstr_time(LONGLONG time)
|
static inline const char *debugstr_time(LONGLONG time)
|
||||||
{
|
{
|
||||||
|
@ -113,8 +113,8 @@ static inline const char *debugstr_propvar(const PROPVARIANT *v)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
extern BOOL mf_is_sample_copier_transform(IMFTransform *transform) DECLSPEC_HIDDEN;
|
extern BOOL mf_is_sample_copier_transform(IMFTransform *transform);
|
||||||
extern BOOL mf_is_sar_sink(IMFMediaSink *sink) DECLSPEC_HIDDEN;
|
extern BOOL mf_is_sar_sink(IMFMediaSink *sink);
|
||||||
extern HRESULT topology_node_get_object(IMFTopologyNode *node, REFIID riid, void **obj) DECLSPEC_HIDDEN;
|
extern HRESULT topology_node_get_object(IMFTopologyNode *node, REFIID riid, void **obj);
|
||||||
extern HRESULT topology_node_get_type_handler(IMFTopologyNode *node, DWORD stream, BOOL output, IMFMediaTypeHandler **handler) DECLSPEC_HIDDEN;
|
extern HRESULT topology_node_get_type_handler(IMFTopologyNode *node, DWORD stream, BOOL output, IMFMediaTypeHandler **handler);
|
||||||
extern HRESULT topology_node_init_media_type(IMFTopologyNode *node, DWORD stream, BOOL output, IMFMediaType **type) DECLSPEC_HIDDEN;
|
extern HRESULT topology_node_init_media_type(IMFTopologyNode *node, DWORD stream, BOOL output, IMFMediaType **type);
|
||||||
|
|
Loading…
Reference in a new issue