dsound: Make some data const.
This commit is contained in:
parent
c9a57ee196
commit
616b65532b
|
@ -78,7 +78,7 @@ DirectSoundCaptureDevice * DSOUND_capture[MAXWAVEDRIVERS];
|
|||
|
||||
static HRESULT DirectSoundCaptureDevice_Create(DirectSoundCaptureDevice ** ppDevice);
|
||||
|
||||
static const char * captureStateString[] = {
|
||||
static const char * const captureStateString[] = {
|
||||
"STATE_STOPPED",
|
||||
"STATE_STARTING",
|
||||
"STATE_CAPTURING",
|
||||
|
|
Loading…
Reference in New Issue