Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
59718856
Commit
59718856
authored
Aug 23, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Aug 23, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
evr: Remove DECLSPEC_HIDDEN usage.
parent
65c3ad91
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
evr_private.h
dlls/evr/evr_private.h
+3
-3
No files found.
dlls/evr/evr_private.h
View file @
59718856
...
@@ -51,9 +51,9 @@ static inline const char *debugstr_normalized_rect(const MFVideoNormalizedRect *
...
@@ -51,9 +51,9 @@ static inline const char *debugstr_normalized_rect(const MFVideoNormalizedRect *
return
wine_dbg_sprintf
(
"(%.8e,%.8e)-(%.8e,%.8e)"
,
rect
->
left
,
rect
->
top
,
rect
->
right
,
rect
->
bottom
);
return
wine_dbg_sprintf
(
"(%.8e,%.8e)-(%.8e,%.8e)"
,
rect
->
left
,
rect
->
top
,
rect
->
right
,
rect
->
bottom
);
}
}
HRESULT
evr_filter_create
(
IUnknown
*
outer_unk
,
void
**
ppv
)
DECLSPEC_HIDDEN
;
HRESULT
evr_filter_create
(
IUnknown
*
outer_unk
,
void
**
ppv
);
HRESULT
evr_mixer_create
(
IUnknown
*
outer_unk
,
void
**
ppv
)
DECLSPEC_HIDDEN
;
HRESULT
evr_mixer_create
(
IUnknown
*
outer_unk
,
void
**
ppv
);
HRESULT
evr_presenter_create
(
IUnknown
*
outer_unk
,
void
**
ppv
)
DECLSPEC_HIDDEN
;
HRESULT
evr_presenter_create
(
IUnknown
*
outer_unk
,
void
**
ppv
);
HRESULT
create_video_sample_allocator
(
BOOL
lock_notify_release
,
REFIID
riid
,
void
**
obj
);
HRESULT
create_video_sample_allocator
(
BOOL
lock_notify_release
,
REFIID
riid
,
void
**
obj
);
...
...
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