mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
dsound: Global variable compatibility update for gcc 10.
Signed-off-by: Michael Cronenworth <mike@cchtml.com> Signed-off-by: Andrew Eikum <aeikum@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5740b735cd
commit
fba65a1537
1 changed files with 3 additions and 3 deletions
|
@ -188,9 +188,9 @@ HRESULT IDirectSoundBufferImpl_Duplicate(
|
|||
IDirectSoundBufferImpl **ppdsb,
|
||||
IDirectSoundBufferImpl *pdsb) DECLSPEC_HIDDEN;
|
||||
void secondarybuffer_destroy(IDirectSoundBufferImpl *This) DECLSPEC_HIDDEN;
|
||||
const IDirectSound3DListenerVtbl ds3dlvt DECLSPEC_HIDDEN;
|
||||
const IDirectSound3DBufferVtbl ds3dbvt DECLSPEC_HIDDEN;
|
||||
const IKsPropertySetVtbl iksbvt DECLSPEC_HIDDEN;
|
||||
extern const IDirectSound3DListenerVtbl ds3dlvt DECLSPEC_HIDDEN;
|
||||
extern const IDirectSound3DBufferVtbl ds3dbvt DECLSPEC_HIDDEN;
|
||||
extern const IKsPropertySetVtbl iksbvt DECLSPEC_HIDDEN;
|
||||
|
||||
HRESULT IKsPrivatePropertySetImpl_Create(REFIID riid, void **ppv) DECLSPEC_HIDDEN;
|
||||
|
||||
|
|
Loading…
Reference in a new issue