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
36972301
Commit
36972301
authored
Aug 11, 2020
by
Vijay Kiran Kamuju
Committed by
Alexandre Julliard
Aug 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Fix the spelling of XACT_WAVE_STREAMING_PARAMETERS in xact3.h.
Signed-off-by:
Vijay Kiran Kamuju
<
infyquest@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
f810a1ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
xact_dll.c
dlls/xactengine3_7/xact_dll.c
+1
-1
xact3.h
include/xact3.h
+3
-3
No files found.
dlls/xactengine3_7/xact_dll.c
View file @
36972301
...
...
@@ -912,7 +912,7 @@ static HRESULT WINAPI IXACT3EngineImpl_CreateInMemoryWaveBank(IXACT3Engine *ifac
}
static
HRESULT
WINAPI
IXACT3EngineImpl_CreateStreamingWaveBank
(
IXACT3Engine
*
iface
,
const
XACT_STREAMING_PARAMETERS
*
pParms
,
const
XACT_
WAVEBANK_
STREAMING_PARAMETERS
*
pParms
,
IXACT3WaveBank
**
ppWaveBank
)
{
XACT3EngineImpl
*
This
=
impl_from_IXACT3Engine
(
iface
);
...
...
include/xact3.h
View file @
36972301
...
...
@@ -225,9 +225,9 @@ typedef struct XACT_STREAMING_PARAMETERS
DWORD
offset
;
DWORD
flags
;
WORD
packetSize
;
}
XACT_STREAMING_PARAMETERS
,
*
LPXACT_STREAMING_PARAMETERS
,
XACT_WAVE
_STREAMING_PARAMETERS
,
*
LPXACT_WAVE
_STREAMING_PARAMETERS
;
}
XACT_STREAMING_PARAMETERS
,
*
LPXACT_STREAMING_PARAMETERS
,
XACT_WAVE
BANK_STREAMING_PARAMETERS
,
*
LPXACT_WAVEBANK
_STREAMING_PARAMETERS
;
typedef
const
XACT_STREAMING_PARAMETERS
*
LPCXACT_STREAMING_PARAMETERS
;
typedef
const
XACT_WAVE
_STREAMING_PARAMETERS
*
LPCXACT_WAVE
_STREAMING_PARAMETERS
;
typedef
const
XACT_WAVE
BANK_STREAMING_PARAMETERS
*
LPCXACT_WAVEBANK
_STREAMING_PARAMETERS
;
typedef
struct
XACT_CUE_PROPERTIES
{
...
...
@@ -674,7 +674,7 @@ DECLARE_INTERFACE_(IXACT3Engine,IUnknown)
STDMETHOD
(
DoWork
)(
THIS
)
PURE
;
STDMETHOD
(
CreateSoundBank
)(
THIS_
const
void
*
pvBuffer
,
DWORD
dwSize
,
DWORD
dwFlags
,
DWORD
dwAllocAttributes
,
IXACT3SoundBank
**
ppSoundBank
)
PURE
;
STDMETHOD
(
CreateInMemoryWaveBank
)(
THIS_
const
void
*
pvBuffer
,
DWORD
dwSize
,
DWORD
dwFlags
,
DWORD
dwAllocAttributes
,
IXACT3WaveBank
**
ppWaveBank
)
PURE
;
STDMETHOD
(
CreateStreamingWaveBank
)(
THIS_
const
XACT_WAVE_STREAMING_PARAMETERS
*
pParams
,
IXACT3WaveBank
**
ppWaveBank
)
PURE
;
STDMETHOD
(
CreateStreamingWaveBank
)(
THIS_
const
XACT_WAVE
BANK
_STREAMING_PARAMETERS
*
pParams
,
IXACT3WaveBank
**
ppWaveBank
)
PURE
;
STDMETHOD
(
PrepareWave
)(
THIS_
DWORD
dwFlags
,
PCSTR
szWavePath
,
WORD
wStreamingPacketSize
,
DWORD
dwAlignment
,
DWORD
dwPlayOffset
,
XACTLOOPCOUNT
nLoopCount
,
IXACT3Wave
**
ppWave
)
PURE
;
STDMETHOD
(
PrepareInMemoryWave
)(
THIS_
DWORD
dwFlags
,
WAVEBANKENTRY
entry
,
DWORD
*
pdwSeekTable
,
BYTE
*
pbWaveData
,
...
...
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