Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
31f9a851
Commit
31f9a851
authored
Jul 12, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jul 12, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mf: Remove DECLSPEC_HIDDEN usage.
parent
da70183e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
mf_private.h
dlls/mf/mf_private.h
+6
-6
No files found.
dlls/mf/mf_private.h
View file @
31f9a851
...
...
@@ -56,7 +56,7 @@ struct activate_funcs
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
)
{
...
...
@@ -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_sar_sink
(
IMFMediaSink
*
sink
)
DECLSPEC_HIDDEN
;
extern
HRESULT
topology_node_get_object
(
IMFTopologyNode
*
node
,
REFIID
riid
,
void
**
obj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
topology_node_get_type_handler
(
IMFTopologyNode
*
node
,
DWORD
stream
,
BOOL
output
,
IMFMediaTypeHandler
**
handler
)
DECLSPEC_HIDDEN
;
extern
HRESULT
topology_node_init_media_type
(
IMFTopologyNode
*
node
,
DWORD
stream
,
BOOL
output
,
IMFMediaType
**
type
)
DECLSPEC_HIDDEN
;
extern
BOOL
mf_is_sample_copier_transform
(
IMFTransform
*
transform
);
extern
BOOL
mf_is_sar_sink
(
IMFMediaSink
*
sink
);
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
);
extern
HRESULT
topology_node_init_media_type
(
IMFTopologyNode
*
node
,
DWORD
stream
,
BOOL
output
,
IMFMediaType
**
type
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment