Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
miniaudio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MyCard
miniaudio
Commits
b1a4c749
Commit
b1a4c749
authored
Oct 28, 2017
by
David Reid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename some variables for consistency.
parent
2e4f4175
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
mini_al.h
mini_al.h
+7
-7
No files found.
mini_al.h
View file @
b1a4c749
...
@@ -3242,16 +3242,16 @@ static mal_result mal_device__main_loop__wasapi(mal_device* pDevice)
...
@@ -3242,16 +3242,16 @@ static mal_result mal_device__main_loop__wasapi(mal_device* pDevice)
#ifdef MAL_ENABLE_DSOUND
#ifdef MAL_ENABLE_DSOUND
#include <dsound.h>
#include <dsound.h>
static
GUID
MAL_GUID_NULL
=
{
0x00000000
,
0x0000
,
0x0000
,
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
}};
static
GUID
MAL_GUID_NULL
=
{
0x00000000
,
0x0000
,
0x0000
,
{
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
,
0x00
}};
static
GUID
_g_mal
_GUID_IID_DirectSoundNotify
=
{
0xb0210783
,
0x89cd
,
0x11d0
,
{
0xaf
,
0x08
,
0x00
,
0xa0
,
0xc9
,
0x25
,
0xcd
,
0x16
}};
static
GUID
MAL
_GUID_IID_DirectSoundNotify
=
{
0xb0210783
,
0x89cd
,
0x11d0
,
{
0xaf
,
0x08
,
0x00
,
0xa0
,
0xc9
,
0x25
,
0xcd
,
0x16
}};
static
GUID
_g_mal
_GUID_IID_IDirectSoundCaptureBuffer8
=
{
0x00990df4
,
0x0dbb
,
0x4872
,
{
0x83
,
0x3e
,
0x6d
,
0x30
,
0x3e
,
0x80
,
0xae
,
0xb6
}};
static
GUID
MAL
_GUID_IID_IDirectSoundCaptureBuffer8
=
{
0x00990df4
,
0x0dbb
,
0x4872
,
{
0x83
,
0x3e
,
0x6d
,
0x30
,
0x3e
,
0x80
,
0xae
,
0xb6
}};
#ifdef __cplusplus
#ifdef __cplusplus
static
GUID
g_mal_GUID_IID_DirectSoundNotify
=
_g_mal
_GUID_IID_DirectSoundNotify
;
static
GUID
g_mal_GUID_IID_DirectSoundNotify
=
MAL
_GUID_IID_DirectSoundNotify
;
static
GUID
g_mal_GUID_IID_IDirectSoundCaptureBuffer8
=
_g_mal
_GUID_IID_IDirectSoundCaptureBuffer8
;
static
GUID
g_mal_GUID_IID_IDirectSoundCaptureBuffer8
=
MAL
_GUID_IID_IDirectSoundCaptureBuffer8
;
#else
#else
static
GUID
*
g_mal_GUID_IID_DirectSoundNotify
=
&
_g_mal
_GUID_IID_DirectSoundNotify
;
static
GUID
*
g_mal_GUID_IID_DirectSoundNotify
=
&
MAL
_GUID_IID_DirectSoundNotify
;
static
GUID
*
g_mal_GUID_IID_IDirectSoundCaptureBuffer8
=
&
_g_mal
_GUID_IID_IDirectSoundCaptureBuffer8
;
static
GUID
*
g_mal_GUID_IID_IDirectSoundCaptureBuffer8
=
&
MAL
_GUID_IID_IDirectSoundCaptureBuffer8
;
#endif
#endif
typedef
HRESULT
(
WINAPI
*
mal_DirectSoundCreate8Proc
)(
LPCGUID
pcGuidDevice
,
LPDIRECTSOUND8
*
ppDS8
,
LPUNKNOWN
pUnkOuter
);
typedef
HRESULT
(
WINAPI
*
mal_DirectSoundCreate8Proc
)(
LPCGUID
pcGuidDevice
,
LPDIRECTSOUND8
*
ppDS8
,
LPUNKNOWN
pUnkOuter
);
...
...
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