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
72795124
Commit
72795124
authored
Dec 09, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wmvcore: Fix the spelling of WMReaderAdvanced6_SetProtectStreamSamples().
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ecdc4dac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
reader.c
dlls/wmvcore/reader.c
+2
-2
No files found.
dlls/wmvcore/reader.c
View file @
72795124
...
...
@@ -621,7 +621,7 @@ static HRESULT WINAPI WMReaderAdvanced5_SetPlayerHook(IWMReaderAdvanced6 *iface,
return
E_NOTIMPL
;
}
static
HRESULT
WINAPI
WMReaderAdvanced6_SetProte
x
tStreamSamples
(
IWMReaderAdvanced6
*
iface
,
BYTE
*
cert
,
static
HRESULT
WINAPI
WMReaderAdvanced6_SetProte
c
tStreamSamples
(
IWMReaderAdvanced6
*
iface
,
BYTE
*
cert
,
DWORD
cert_size
,
DWORD
cert_type
,
DWORD
flags
,
BYTE
*
initialization_vector
,
DWORD
*
initialization_vector_size
)
{
WMReader
*
This
=
impl_from_IWMReaderAdvanced6
(
iface
);
...
...
@@ -681,7 +681,7 @@ static const IWMReaderAdvanced6Vtbl WMReaderAdvanced6Vtbl = {
WMReaderAdvanced4_CancelSaveFileAs
,
WMReaderAdvanced4_GetURL
,
WMReaderAdvanced5_SetPlayerHook
,
WMReaderAdvanced6_SetProte
x
tStreamSamples
WMReaderAdvanced6_SetProte
c
tStreamSamples
};
static
inline
WMReader
*
impl_from_IWMReaderAccelerator
(
IWMReaderAccelerator
*
iface
)
...
...
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